COLOR #E4CA61

HEX: #E4CA61
RGB: (228,202,97)

Renk bilgisi

#E4CA61 contains mainly red and green colors. #E4CA61 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E4CA61 color RGB value is (228,202,97).

  • kırmız ton 228;
  • yeşil ton 202;
  • mavi ton 97.
RGB:
(228,202,97)
(89%,79%,38%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 202 of 255 = 79%
B 97 of 255 = 38%

228
202
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 202 + 97 = 527 (100%)
R 228 of 527 ~ 43.26%
G 202 of 527 ~ 38.33%
B 97 of 527 ~ 18.41%

%43.26
%38.33
%18.41

CMYK RENK MODELİ

#E4CA61 rengi CMYK tonu (0,11,57,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.40%
  • sarı tonu 57.46%
  • ana renk tonu 10.59%
CMYK:
(0,11,57,11)
C0M11Y57K11 
(0%,11%,57%,11%)
(0.00/0.11/0.57/0.11)	

CMYK yüzdeleri

%0
%11.4
%57.46
%10.59

Codes

Color #E4CA61 in popluar color models

E4CA61
RGB22820297
HSL48°70.81%63.73%
HSB/HSV48°57.46%89.41%
CMYK0.00%11.40%57.46%
10.59%

Color #E4CA61 in popluar number systems.

HEXE4CA61
Decimal22820297
Binary11100100110010101100001
Octal344312141

Shades and tints

Shades of #E4CA61

#E4CA61
(228,202,97)
#D0B859
(208,184,89)
#BCA651
(188,166,81)
#A89449
(168,148,73)
#948241
(148,130,65)
#807039
(128,112,57)
#6C5E31
(108,94,49)
#584C29
(88,76,41)
#443A21
(68,58,33)
#302819
(48,40,25)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #E4CA61

#E4CA61
(228,202,97)
#E6CE6F
(230,206,111)
#E8D27D
(232,210,125)
#EAD68B
(234,214,139)
#ECDA99
(236,218,153)
#EEDEA7
(238,222,167)
#F0E2B5
(240,226,181)
#F2E6C3
(242,230,195)
#F4EAD1
(244,234,209)
#F6EEDF
(246,238,223)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CA61 color. Also use rgb(228,202,97) instead hex code.

Text Font Color

.myTextColor { color: #E4CA61; }

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

This text font color is #E4CA61.


Background Color

.myBgColor { background-color: #E4CA61; }

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

This div background color is #E4CA61.


Border color

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

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

This div border color is #E4CA61.


Opacity

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

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

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

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

This text has shadow with #E4CA61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CA61 on black background.


Color preview on white background

This text has color #E4CA61 on white background.



Black color preview on #E4CA61 background

This text has black color on #E4CA61 background.


White color preview on #E4CA61 background

This text has white color on #E4CA61 background.