Html Css Color HEX #EAD2A6 Dairy Cream

📋 copy color: '#EAD2A6'

red 234 ◦ green 210 ◦ blue 166

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

Shades of Dairy Cream #EAD2A6

Tints of Dairy Cream #EAD2A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.21%

R = 38.36%
G = 34.43%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAD2A6 (or 0xEAD2A6) is known color: Dairy Cream. HEX triplet: EA, D2 and A6. RGB value is (234,210,166). Sum of RGB (Red+Green+Blue) = 234+210+166=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A6 is #152D59. Grayscale: #D4D4D4. Windows color (decimal): -1387866 or 10932970. OLE color: 10932970.

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

Color convert

RGB 234 210 166 -
CMYK 0 0.10 0.29 0.08
HSL 38.82º 0.62% 0.78% -
HSV(B) 38.82º 0.29% 0.92% -
XYZ 63.86 66.34 45.52 -
YUV 212.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 234 210 166 0 0.10 0.29 0.08 38.82 0.62 0.78
Hex EA D2 A6 0 A 1D 8 27 3E 4E
Octal 352 322 246 0 12 35 10 47 76 116
Binary 11101010 11010010 10100110 0 1010 11101 1000 100111 111110 1001110

Color Harmonies of #EAD2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2A6

Black with #EAD2A6

Text Example


Text Example

White with #EAD2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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