Html Css Color HEX #EAD0A9 Dairy Cream

📋 copy color: '#EAD0A9'

red 234 ◦ green 208 ◦ blue 169

#EAD0A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dairy Cream #EAD0A9

Tints of Dairy Cream #EAD0A9

RGB

 RED value IS 234 (91.8% from 255) = 38.3%

 GREEN value IS 208 (81.64% from 255) = 34.04%

 BLUE value IS 169 (66.41% from 255) = 27.66%

R = 38.3%
G = 34.04%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAD0A9 (or 0xEAD0A9) is known color: Dairy Cream. HEX triplet: EA, D0 and A9. RGB value is (234,208,169). Sum of RGB (Red+Green+Blue) = 234+208+169=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A9 is #152F56. Grayscale: #D3D3D3. Windows color (decimal): -1388375 or 11129066. OLE color: 11129066.

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

Color convert

RGB 234 208 169 -
CMYK 0 0.11 0.28 0.08
HSL 36º 0.61% 0.79% -
HSV(B) 36º 0.28% 0.92% -
XYZ 63.65 65.47 46.82 -
YUV 211.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 234 208 169 0 0.11 0.28 0.08 36 0.61 0.79
Hex EA D0 A9 0 B 1C 8 24 3D 4F
Octal 352 320 251 0 13 34 10 44 75 117
Binary 11101010 11010000 10101001 0 1011 11100 1000 100100 111101 1001111

Color Harmonies of #EAD0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD0A9

Black with #EAD0A9

Text Example


Text Example

White with #EAD0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD0A9; }

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

 H1.HeaderClassName
 {
   color: #EAD0A9;
 }
 .AnyTagClassName
 {
   color: #EAD0A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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