#EAD2A5

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

Shades of Dairy Cream #EAD2A5

Tints of Dairy Cream #EAD2A5

Color information

#EAD2A5 (or 0xEAD2A5) is unknown color: approx Dairy Cream. HEX triplet: EA, D2 and A5. RGB value is (234,210,165). Sum of RGB (Red+Green+Blue) = 234+210+165=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A5 is #152D5A. Grayscale: #D4D4D4. Windows color (decimal): -1387867 or 10867434. OLE color: 10867434.

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

Color convert

RGB234210165-
CMYK00.100.290.08
HSL39.13º62.16%78.24%-
HSV(B)39.13º29.49%91.76%-
XYZ63.7766.345.03-
YUV212.05101.45143.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=38.42%
G=34.48%
B=27.09%

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
Decimal23421016500.100.290.0839.1362.1678.24
HexEAD2A50A1D8273e4e
Octal35232224501235104776116
Binary111010101101001010100101010101110110001001111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2A5; }

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

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

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

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

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

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

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

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