COLOR #E1CA30

HEX: #E1CA30
RGB: (225,202,48)

Renk bilgisi

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

RGB renk modeli

#E1CA30 color RGB value is (225,202,48).

  • kırmız ton 225;
  • yeşil ton 202;
  • mavi ton 48.
RGB:
(225,202,48)
(88%,79%,19%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 202 of 255 = 79%
B 48 of 255 = 19%

225
202
48

R + G + B ~ 62%. #E1CA30 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 202 + 48 = 475 (100%)
R 225 of 475 ~ 47.37%
G 202 of 475 ~ 42.53%
B 48 of 475 ~ 10.11%

%47.37
%42.53
%10.11

CMYK RENK MODELİ

#E1CA30 rengi CMYK tonu (0,10,79,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.22%
  • sarı tonu 78.67%
  • ana renk tonu 11.76%
CMYK:
(0,10,79,12)
C0M10Y79K12 
(0%,10%,79%,12%)
(0.00/0.10/0.79/0.12)	

CMYK yüzdeleri

%0
%10.22
%78.67
%11.76

Codes

Color #E1CA30 in popluar color models

E1CA30
RGB22520248
HSL52°74.68%53.53%
HSB/HSV52°78.67%88.24%
CMYK0.00%10.22%78.67%
11.76%

Color #E1CA30 in popluar number systems.

HEXE1CA30
Decimal22520248
Binary1110000111001010110000
Octal34131260

Shades and tints

Shades of #E1CA30

#E1CA30
(225,202,48)
#CDB82C
(205,184,44)
#B9A628
(185,166,40)
#A59424
(165,148,36)
#918220
(145,130,32)
#7D701C
(125,112,28)
#695E18
(105,94,24)
#554C14
(85,76,20)
#413A10
(65,58,16)
#2D280C
(45,40,12)
#191608
(25,22,8)
#000000
(0,0,0)

Tints of #E1CA30

#E1CA30
(225,202,48)
#E3CE42
(227,206,66)
#E5D254
(229,210,84)
#E7D666
(231,214,102)
#E9DA78
(233,218,120)
#EBDE8A
(235,222,138)
#EDE29C
(237,226,156)
#EFE6AE
(239,230,174)
#F1EAC0
(241,234,192)
#F3EED2
(243,238,210)
#F5F2E4
(245,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CA30 color. Also use rgb(225,202,48) instead hex code.

Text Font Color

.myTextColor { color: #E1CA30; }

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

This text font color is #E1CA30.


Background Color

.myBgColor { background-color: #E1CA30; }

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

This div background color is #E1CA30.


Border color

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

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

This div border color is #E1CA30.


Opacity

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

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

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

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

This text has shadow with #E1CA30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CA30 on black background.


Color preview on white background

This text has color #E1CA30 on white background.



Black color preview on #E1CA30 background

This text has black color on #E1CA30 background.


White color preview on #E1CA30 background

This text has white color on #E1CA30 background.