COLOR #E5C03F

HEX: #E5C03F
RGB: (229,192,63)

Renk bilgisi

#E5C03F contains mainly red and green colors. #E5C03F ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E5C03F color RGB value is (229,192,63).

  • kırmız ton 229;
  • yeşil ton 192;
  • mavi ton 63.
RGB:
(229,192,63)
(90%,75%,25%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 192 of 255 = 75%
B 63 of 255 = 25%

229
192
63

R + G + B ~ 63%. #E5C03F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 192 + 63 = 484 (100%)
R 229 of 484 ~ 47.31%
G 192 of 484 ~ 39.67%
B 63 of 484 ~ 13.02%

%47.31
%39.67
%13.02

CMYK RENK MODELİ

#E5C03F rengi CMYK tonu (0,16,72,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.16%
  • sarı tonu 72.49%
  • ana renk tonu 10.20%
CMYK:
(0,16,72,10)
C0M16Y72K10 
(0%,16%,72%,10%)
(0.00/0.16/0.72/0.10)	

CMYK yüzdeleri

%0
%16.16
%72.49
%10.2

Codes

Color #E5C03F in popluar color models

E5C03F
RGB22919263
HSL47°76.15%57.25%
HSB/HSV47°72.49%89.80%
CMYK0.00%16.16%72.49%
10.20%

Color #E5C03F in popluar number systems.

HEXE5C03F
Decimal22919263
Binary1110010111000000111111
Octal34530077

Shades and tints

Shades of #E5C03F

#E5C03F
(229,192,63)
#D1AF3A
(209,175,58)
#BD9E35
(189,158,53)
#A98D30
(169,141,48)
#957C2B
(149,124,43)
#816B26
(129,107,38)
#6D5A21
(109,90,33)
#59491C
(89,73,28)
#453817
(69,56,23)
#312712
(49,39,18)
#1D160D
(29,22,13)
#000000
(0,0,0)

Tints of #E5C03F

#E5C03F
(229,192,63)
#E7C550
(231,197,80)
#E9CA61
(233,202,97)
#EBCF72
(235,207,114)
#EDD483
(237,212,131)
#EFD994
(239,217,148)
#F1DEA5
(241,222,165)
#F3E3B6
(243,227,182)
#F5E8C7
(245,232,199)
#F7EDD8
(247,237,216)
#F9F2E9
(249,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C03F color. Also use rgb(229,192,63) instead hex code.

Text Font Color

.myTextColor { color: #E5C03F; }

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

This text font color is #E5C03F.


Background Color

.myBgColor { background-color: #E5C03F; }

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

This div background color is #E5C03F.


Border color

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

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

This div border color is #E5C03F.


Opacity

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

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

Text with #E5C03F 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 #E5C03F;}

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

This text has shadow with #E5C03F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C03F on black background.


Color preview on white background

This text has color #E5C03F on white background.



Black color preview on #E5C03F background

This text has black color on #E5C03F background.


White color preview on #E5C03F background

This text has white color on #E5C03F background.