#EAD0A3

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

Shades of Dairy Cream #EAD0A3

Tints of Dairy Cream #EAD0A3

Color information

#EAD0A3 (or 0xEAD0A3) is unknown color: approx Dairy Cream. HEX triplet: EA, D0 and A3. RGB value is (234,208,163). Sum of RGB (Red+Green+Blue) = 234+208+163=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A3 is #152F5C. Grayscale: #D2D2D2. Windows color (decimal): -1388381 or 10735850. OLE color: 10735850.

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

Color convert

RGB234208163-
CMYK00.110.300.08
HSL38.03º62.83%77.84%-
HSV(B)38.03º30.34%91.76%-
XYZ63.165.2543.92-
YUV210.64101.11144.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=38.68%
G=34.38%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420816300.110.300.0838.0362.8377.84
HexEAD0A30B1E8263f4e
Octal35232024301336104677116
Binary111010101101000010100011010111111010001001101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0A3; }

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

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

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

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

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

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

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

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