#E8CCA4

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

Shades of Dairy Cream #E8CCA4

Tints of Dairy Cream #E8CCA4

Color information

#E8CCA4 (or 0xE8CCA4) is unknown color: approx Dairy Cream. HEX triplet: E8, CC and A4. RGB value is (232,204,164). Sum of RGB (Red+Green+Blue) = 232+204+164=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CCA4 is #17335B. Grayscale: #CFCFCF. Windows color (decimal): -1520476 or 10800360. OLE color: 10800360.

HSL color Cylindrical-coordinate representation of color #E8CCA4: hue angle of 35.29º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8CCA4 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB232204164-
CMYK00.120.290.09
HSL35.29º59.65%77.65%-
HSV(B)35.29º29.31%90.98%-
XYZ61.5763.0244.04-
YUV207.81103.28145.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.67%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 164 (64.45% from 255) = 27.33%
R=38.67%
G=34%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220416400.120.290.0935.2959.6577.65
HexE8CCA40C1D9233c4e
Octal35031424401435114374116
Binary111010001100110010100100011001110110011000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCA4; }

 p { color: rgb(232,204,164); }

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

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

 a { background-color: rgb(232,204,164); }

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

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

 span { border-color: rgb(232,204,164); }

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