#EAD0A6

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

Shades of Dairy Cream #EAD0A6

Tints of Dairy Cream #EAD0A6

Color information

#EAD0A6 (or 0xEAD0A6) is unknown color: approx Dairy Cream. HEX triplet: EA, D0 and A6. RGB value is (234,208,166). Sum of RGB (Red+Green+Blue) = 234+208+166=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A6 is #152F59. Grayscale: #D3D3D3. Windows color (decimal): -1388378 or 10932458. OLE color: 10932458.

HSL color Cylindrical-coordinate representation of color #EAD0A6: hue angle of 37.06º 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 #EAD0A6 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234208166-
CMYK00.110.290.08
HSL37.06º61.82%78.43%-
HSV(B)37.06º29.06%91.76%-
XYZ63.3765.3645.35-
YUV210.99102.61144.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 166 (65.23% from 255) = 27.30%
R=38.49%
G=34.21%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420816600.110.290.0837.0661.8278.43
HexEAD0A60B1D8253e4e
Octal35232024601335104576116
Binary111010101101000010100110010111110110001001011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0A6; }

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

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

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

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

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

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

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

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