#EAD1A1

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

Shades of Dairy Cream #EAD1A1

Tints of Dairy Cream #EAD1A1

Color information

#EAD1A1 (or 0xEAD1A1) is unknown color: approx Dairy Cream. HEX triplet: EA, D1 and A1. RGB value is (234,209,161). Sum of RGB (Red+Green+Blue) = 234+209+161=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1A1 is #152E5E. Grayscale: #D3D3D3. Windows color (decimal): -1388127 or 10605034. OLE color: 10605034.

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

Color convert

RGB234209161-
CMYK00.110.310.08
HSL39.45º63.48%77.45%-
HSV(B)39.45º31.2%91.76%-
XYZ63.1765.6743.06-
YUV21199.78144.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=38.74%
G=34.60%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420916100.110.310.0839.4563.4877.45
HexEAD1A10B1F8273f4d
Octal35232124101337104777115
Binary111010101101000110100001010111111110001001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1A1; }

 p { color: rgb(234,209,161); }

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

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

 a { background-color: rgb(234,209,161); }

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

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

 span { border-color: rgb(234,209,161); }

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