#EAD2A4

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

Shades of Dairy Cream #EAD2A4

Tints of Dairy Cream #EAD2A4

Color information

#EAD2A4 (or 0xEAD2A4) is unknown color: approx Dairy Cream. HEX triplet: EA, D2 and A4. RGB value is (234,210,164). Sum of RGB (Red+Green+Blue) = 234+210+164=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 164 (64.45% from 255 or 26.97% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A4 is #152D5B. Grayscale: #D4D4D4. Windows color (decimal): -1387868 or 10801898. OLE color: 10801898.

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

Color convert

RGB234210164-
CMYK00.100.300.08
HSL39.43º62.5%78.04%-
HSV(B)39.43º29.91%91.76%-
XYZ63.6866.2744.56-
YUV211.93100.95143.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 164 (64.45% from 255) = 26.97%
R=38.49%
G=34.54%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421016400.100.300.0839.4362.578.04
HexEAD2A40A1E8273e4e
Octal35232224401236104776116
Binary111010101101001010100100010101111010001001111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2A4; }

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

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

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

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

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

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

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

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