COLOR #E5CB81

HEX: #E5CB81
RGB: (229,203,129)

Renk bilgisi

#E5CB81 contains mainly red and green colors. #E5CB81 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E5CB81 color RGB value is (229,203,129).

  • kırmız ton 229;
  • yeşil ton 203;
  • mavi ton 129.
RGB:
(229,203,129)
(90%,80%,51%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 203 of 255 = 80%
B 129 of 255 = 51%

229
203
129

R + G + B ~ 74%. #E5CB81 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 203 + 129 = 561 (100%)
R 229 of 561 ~ 40.82%
G 203 of 561 ~ 36.19%
B 129 of 561 ~ 22.99%

%40.82
%36.19
%22.99

CMYK RENK MODELİ

#E5CB81 rengi CMYK tonu (0,11,44,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.35%
  • sarı tonu 43.67%
  • ana renk tonu 10.20%
CMYK:
(0,11,44,10)
C0M11Y44K10 
(0%,11%,44%,10%)
(0.00/0.11/0.44/0.10)	

CMYK yüzdeleri

%0
%11.35
%43.67
%10.2

Codes

Color #E5CB81 in popluar color models

E5CB81
RGB229203129
HSL44°65.79%70.20%
HSB/HSV44°43.67%89.80%
CMYK0.00%11.35%43.67%
10.20%

Color #E5CB81 in popluar number systems.

HEXE5CB81
Decimal229203129
Binary111001011100101110000001
Octal345313201

Shades and tints

Shades of #E5CB81

#E5CB81
(229,203,129)
#D1B976
(209,185,118)
#BDA76B
(189,167,107)
#A99560
(169,149,96)
#958355
(149,131,85)
#81714A
(129,113,74)
#6D5F3F
(109,95,63)
#594D34
(89,77,52)
#453B29
(69,59,41)
#31291E
(49,41,30)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5CB81

#E5CB81
(229,203,129)
#E7CF8C
(231,207,140)
#E9D397
(233,211,151)
#EBD7A2
(235,215,162)
#EDDBAD
(237,219,173)
#EFDFB8
(239,223,184)
#F1E3C3
(241,227,195)
#F3E7CE
(243,231,206)
#F5EBD9
(245,235,217)
#F7EFE4
(247,239,228)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CB81 color. Also use rgb(229,203,129) instead hex code.

Text Font Color

.myTextColor { color: #E5CB81; }

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

This text font color is #E5CB81.


Background Color

.myBgColor { background-color: #E5CB81; }

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

This div background color is #E5CB81.


Border color

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

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

This div border color is #E5CB81.


Opacity

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

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

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

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

This text has shadow with #E5CB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CB81 on black background.


Color preview on white background

This text has color #E5CB81 on white background.



Black color preview on #E5CB81 background

This text has black color on #E5CB81 background.


White color preview on #E5CB81 background

This text has white color on #E5CB81 background.