#EACDA2

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

Shades of Dairy Cream #EACDA2

Tints of Dairy Cream #EACDA2

Color information

#EACDA2 (or 0xEACDA2) is unknown color: approx Dairy Cream. HEX triplet: EA, CD and A2. RGB value is (234,205,162). Sum of RGB (Red+Green+Blue) = 234+205+162=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA2 is #15325D. Grayscale: #D0D0D0. Windows color (decimal): -1389150 or 10669546. OLE color: 10669546.

HSL color Cylindrical-coordinate representation of color #EACDA2: hue angle of 35.83º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EACDA2 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234205162-
CMYK00.120.310.08
HSL35.83º63.16%77.65%-
HSV(B)35.83º30.77%91.76%-
XYZ62.2863.7643.21-
YUV208.77101.61146-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=38.94%
G=34.11%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420516200.120.310.0835.8363.1677.65
HexEACDA20C1F8243f4e
Octal35231524201437104477116
Binary111010101100110110100010011001111110001001001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDA2; }

 p { color: rgb(234,205,162); }

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

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

 a { background-color: rgb(234,205,162); }

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

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

 span { border-color: rgb(234,205,162); }

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