COLOR #E5CA17

HEX: #E5CA17
RGB: (229,202,23)

Renk bilgisi

#E5CA17 contains mainly red and green colors. #E5CA17 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#E5CA17 color RGB value is (229,202,23).

  • kırmız ton 229;
  • yeşil ton 202;
  • mavi ton 23.
RGB:
(229,202,23)
(90%,79%,9%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 202 of 255 = 79%
B 23 of 255 = 9%

229
202
23

R + G + B ~ 59%. #E5CA17 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 202 + 23 = 454 (100%)
R 229 of 454 ~ 50.44%
G 202 of 454 ~ 44.49%
B 23 of 454 ~ 5.07%

%50.44
%44.49

CMYK RENK MODELİ

#E5CA17 rengi CMYK tonu (0,12,90,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.79%
  • sarı tonu 89.96%
  • ana renk tonu 10.20%
CMYK:
(0,12,90,10)
C0M12Y90K10 
(0%,12%,90%,10%)
(0.00/0.12/0.90/0.10)	

CMYK yüzdeleri

%0
%11.79
%89.96
%10.2

Codes

Color #E5CA17 in popluar color models

E5CA17
RGB22920223
HSL52°81.75%49.41%
HSB/HSV52°89.96%89.80%
CMYK0.00%11.79%89.96%
10.20%

Color #E5CA17 in popluar number systems.

HEXE5CA17
Decimal22920223
Binary111001011100101010111
Octal34531227

Shades and tints

Shades of #E5CA17

#E5CA17
(229,202,23)
#D1B815
(209,184,21)
#BDA613
(189,166,19)
#A99411
(169,148,17)
#95820F
(149,130,15)
#81700D
(129,112,13)
#6D5E0B
(109,94,11)
#594C09
(89,76,9)
#453A07
(69,58,7)
#312805
(49,40,5)
#1D1603
(29,22,3)
#000000
(0,0,0)

Tints of #E5CA17

#E5CA17
(229,202,23)
#E7CE2C
(231,206,44)
#E9D241
(233,210,65)
#EBD656
(235,214,86)
#EDDA6B
(237,218,107)
#EFDE80
(239,222,128)
#F1E295
(241,226,149)
#F3E6AA
(243,230,170)
#F5EABF
(245,234,191)
#F7EED4
(247,238,212)
#F9F2E9
(249,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CA17 color. Also use rgb(229,202,23) instead hex code.

Text Font Color

.myTextColor { color: #E5CA17; }

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

This text font color is #E5CA17.


Background Color

.myBgColor { background-color: #E5CA17; }

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

This div background color is #E5CA17.


Border color

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

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

This div border color is #E5CA17.


Opacity

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

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

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

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

This text has shadow with #E5CA17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CA17 on black background.


Color preview on white background

This text has color #E5CA17 on white background.



Black color preview on #E5CA17 background

This text has black color on #E5CA17 background.


White color preview on #E5CA17 background

This text has white color on #E5CA17 background.