COLOR #EBCB5D

HEX: #EBCB5D
RGB: (235,203,93)

Renk bilgisi

#EBCB5D contains mainly red and green colors. #EBCB5D ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EBCB5D color RGB value is (235,203,93).

  • kırmız ton 235;
  • yeşil ton 203;
  • mavi ton 93.
RGB:
(235,203,93)
(92%,80%,36%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 203 of 255 = 80%
B 93 of 255 = 36%

235
203
93

R + G + B ~ 69%. #EBCB5D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 203 + 93 = 531 (100%)
R 235 of 531 ~ 44.26%
G 203 of 531 ~ 38.23%
B 93 of 531 ~ 17.51%

%44.26
%38.23
%17.51

CMYK RENK MODELİ

#EBCB5D rengi CMYK tonu (0,14,60,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.62%
  • sarı tonu 60.43%
  • ana renk tonu 7.84%
CMYK:
(0,14,60,8)
C0M14Y60K8 
(0%,14%,60%,8%)
(0.00/0.14/0.60/0.08)	

CMYK yüzdeleri

%0
%13.62
%60.43
%7.84

Codes

Color #EBCB5D in popluar color models

EBCB5D
RGB23520393
HSL46°78.02%64.31%
HSB/HSV46°60.43%92.16%
CMYK0.00%13.62%60.43%
7.84%

Color #EBCB5D in popluar number systems.

HEXEBCB5D
Decimal23520393
Binary11101011110010111011101
Octal353313135

Shades and tints

Shades of #EBCB5D

#EBCB5D
(235,203,93)
#D6B955
(214,185,85)
#C1A74D
(193,167,77)
#AC9545
(172,149,69)
#97833D
(151,131,61)
#827135
(130,113,53)
#6D5F2D
(109,95,45)
#584D25
(88,77,37)
#433B1D
(67,59,29)
#2E2915
(46,41,21)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #EBCB5D

#EBCB5D
(235,203,93)
#ECCF6B
(236,207,107)
#EDD379
(237,211,121)
#EED787
(238,215,135)
#EFDB95
(239,219,149)
#F0DFA3
(240,223,163)
#F1E3B1
(241,227,177)
#F2E7BF
(242,231,191)
#F3EBCD
(243,235,205)
#F4EFDB
(244,239,219)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCB5D color. Also use rgb(235,203,93) instead hex code.

Text Font Color

.myTextColor { color: #EBCB5D; }

<p style="color:#EBCB5D">This sample text font color is #EBCB5D.</p>

This text font color is #EBCB5D.


Background Color

.myBgColor { background-color: #EBCB5D; }

<div style="background-color:#EBCB5D">Inner text</div>

This div background color is #EBCB5D.


Border color

.myBorderColor { border: 1px solid #EBCB5D; }

<div style="border:3px solid #EBCB5D">Div</div>

This div border color is #EBCB5D.


Opacity

.myOpacity80 { color: #EBCB5D; opacity: 0.8; }

<p style="color:#EBCB5D;opacity:0.8;">80%</p>

Text with #EBCB5D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBCB5D;}

<p style="text-shadow: 3px 3px 1px #EBCB5D">Text here.</p>

This text has shadow with #EBCB5D color.

.textShadow {text-shadow: 3px 3px 1px #EBCB5D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBCB5D, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBCB5D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBCB5D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBCB5D, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBCB5D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBCB5D;
  -webkit-box-shadow:	1px 1px 3px 2px #EBCB5D;
  box-shadow:		1px 1px 3px 2px #EBCB5D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBCB5D;
-webkit-box-shadow: 1px 1px 3px 2px #EBCB5D;
box-shadow:1px 1px 3px 2px #EBCB5D;">
Div content here</div>
This div box has shadow with color #EBCB5D.

Preview

Color preview on black background

This text has color #EBCB5D on black background.


Color preview on white background

This text has color #EBCB5D on white background.



Black color preview on #EBCB5D background

This text has black color on #EBCB5D background.


White color preview on #EBCB5D background

This text has white color on #EBCB5D background.