Html Css Color HEX #EAD0A8 Dairy Cream

📋 copy color: '#EAD0A8'

red 234 ◦ green 208 ◦ blue 168

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

Shades of Dairy Cream #EAD0A8

Tints of Dairy Cream #EAD0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 38.36%
G = 34.1%
B = 27.54%

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

#EAD0A8 (or 0xEAD0A8) is known color: Dairy Cream. HEX triplet: EA, D0 and A8. RGB value is (234,208,168). Sum of RGB (Red+Green+Blue) = 234+208+168=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A8 is #152F57. Grayscale: #D3D3D3. Windows color (decimal): -1388376 or 11063530. OLE color: 11063530.

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

Color convert

RGB 234 208 168 -
CMYK 0 0.11 0.28 0.08
HSL 36.36º 0.61% 0.79% -
HSV(B) 36.36º 0.28% 0.92% -
XYZ 63.56 65.43 46.33 -
YUV 211.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 234 208 168 0 0.11 0.28 0.08 36.36 0.61 0.79
Hex EA D0 A8 0 B 1C 8 24 3D 4F
Octal 352 320 250 0 13 34 10 44 75 117
Binary 11101010 11010000 10101000 0 1011 11100 1000 100100 111101 1001111

Color Harmonies of #EAD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD0A8

Black with #EAD0A8

Text Example


Text Example

White with #EAD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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