#EAD0A1

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

Shades of Dairy Cream #EAD0A1

Tints of Dairy Cream #EAD0A1

Color information

#EAD0A1 (or 0xEAD0A1) is unknown color: approx Dairy Cream. HEX triplet: EA, D0 and A1. RGB value is (234,208,161). Sum of RGB (Red+Green+Blue) = 234+208+161=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A1 is #152F5E. Grayscale: #D2D2D2. Windows color (decimal): -1388383 or 10604778. OLE color: 10604778.

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

Color convert

RGB234208161-
CMYK00.110.310.08
HSL38.63º63.48%77.45%-
HSV(B)38.63º31.2%91.76%-
XYZ62.9265.1842.98-
YUV210.42100.11144.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 161 (63.28% from 255) = 26.70%
R=38.81%
G=34.49%
B=26.70%

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
Decimal23420816100.110.310.0838.6363.4877.45
HexEAD0A10B1F8273f4d
Octal35232024101337104777115
Binary111010101101000010100001010111111110001001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0A1; }

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

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

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

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

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

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

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

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