#E5CEA4

Color #E5CEA4 Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #E5CEA4

Tints of Dairy Cream #E5CEA4

Color information

#E5CEA4 (or 0xE5CEA4) is unknown color: approx Dairy Cream. HEX triplet: E5, CE and A4. RGB value is (229,206,164). Sum of RGB (Red+Green+Blue) = 229+206+164=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CEA4 is #1A315B. Grayscale: #D0D0D0. Windows color (decimal): -1716572 or 10800869. OLE color: 10800869.

HSL color Cylindrical-coordinate representation of color #E5CEA4: hue angle of 38.77º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5CEA4 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229206164-
CMYK00.100.280.10
HSL38.77º55.56%77.06%-
HSV(B)38.77º28.38%89.8%-
XYZ61.0963.4844.16-
YUV208.09103.12142.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 164 (64.45% from 255) = 27.38%
R=38.23%
G=34.39%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920616400.100.280.1038.7755.5677.06
HexE5CEA40A1CA27384d
Octal34531624401234124770115
Binary111001011100111010100100010101110010101001111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEA4; }

 p { color: rgb(229,206,164); }

 H1.HeaderClassName
 {
   color: #E5CEA4;
 }
 .AnyTagClassName
 {
   color: #E5CEA4;
 }
</style>
background-color css

<style>
 a { background-color: #E5CEA4; }

 a { background-color: rgb(229,206,164); }

 div.DivClassName
 {
   background-color: #E5CEA4;
 }
 .BgClassName
 {
   background-color: #E5CEA4;
 }
</style>
border-color css

<style>
 span { border-color: #E5CEA4; }

 span { border-color: rgb(229,206,164); }

 td.TdClassName
 {
   border-color: #E5CEA4;
 }
 .TagClassName
 {
   border-color: #E5CEA4;
 }
</style>