Html Css Color HEX #EAD2A2 Dairy Cream

📋 copy color: '#EAD2A2'

red 234 ◦ green 210 ◦ blue 162

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

Shades of Dairy Cream #EAD2A2

Tints of Dairy Cream #EAD2A2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.65%

 BLUE value IS 162 (63.67% from 255) = 26.73%

R = 38.61%
G = 34.65%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAD2A2 (or 0xEAD2A2) is known color: Dairy Cream. HEX triplet: EA, D2 and A2. RGB value is (234,210,162). Sum of RGB (Red+Green+Blue) = 234+210+162=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A2 is #152D5D. Grayscale: #D3D3D3. Windows color (decimal): -1387870 or 10670826. OLE color: 10670826.

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

Color convert

RGB 234 210 162 -
CMYK 0 0.10 0.31 0.08
HSL 40º 0.63% 0.78% -
HSV(B) 40º 0.31% 0.92% -
XYZ 63.5 66.19 43.61 -
YUV 211.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 234 210 162 0 0.10 0.31 0.08 40 0.63 0.78
Hex EA D2 A2 0 A 1F 8 28 3F 4E
Octal 352 322 242 0 12 37 10 50 77 116
Binary 11101010 11010010 10100010 0 1010 11111 1000 101000 111111 1001110

Color Harmonies of #EAD2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2A2

Black with #EAD2A2

Text Example


Text Example

White with #EAD2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2A2; }

 p { color: rgb(234,210,162); }

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

background-color css

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

 a { background-color: rgb(234,210,162); }

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

border-color css

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

 span { border-color: rgb(234,210,162); }

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