#EAD2A6

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

Shades of Dairy Cream #EAD2A6

Tints of Dairy Cream #EAD2A6

Color information

#EAD2A6 (or 0xEAD2A6) is unknown color: approx Dairy Cream. HEX triplet: EA, D2 and A6. RGB value is (234,210,166). Sum of RGB (Red+Green+Blue) = 234+210+166=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A6 is #152D59. Grayscale: #D4D4D4. Windows color (decimal): -1387866 or 10932970. OLE color: 10932970.

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

Color convert

RGB234210166-
CMYK00.100.290.08
HSL38.82º61.82%78.43%-
HSV(B)38.82º29.06%91.76%-
XYZ63.8666.3445.52-
YUV212.16101.95143.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 166 (65.23% from 255) = 27.21%
R=38.36%
G=34.43%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421016600.100.290.0838.8261.8278.43
HexEAD2A60A1D8273e4e
Octal35232224601235104776116
Binary111010101101001010100110010101110110001001111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2A6; }

 p { color: rgb(234,210,166); }

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

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

 a { background-color: rgb(234,210,166); }

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

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

 span { border-color: rgb(234,210,166); }

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