Html Css Color HEX #EAD1A6 Dairy Cream

📋 copy color: '#EAD1A6'

red 234 ◦ green 209 ◦ blue 166

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

Shades of Dairy Cream #EAD1A6

Tints of Dairy Cream #EAD1A6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.32%

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

R = 38.42%
G = 34.32%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAD1A6 (or 0xEAD1A6) is known color: Dairy Cream. HEX triplet: EA, D1 and A6. RGB value is (234,209,166). Sum of RGB (Red+Green+Blue) = 234+209+166=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1A6 is #152E59. Grayscale: #D3D3D3. Windows color (decimal): -1388122 or 10932714. OLE color: 10932714.

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

Color convert

RGB 234 209 166 -
CMYK 0 0.11 0.29 0.08
HSL 37.94º 0.62% 0.78% -
HSV(B) 37.94º 0.29% 0.92% -
XYZ 63.62 65.85 45.43 -
YUV 211.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 234 209 166 0 0.11 0.29 0.08 37.94 0.62 0.78
Hex EA D1 A6 0 B 1D 8 26 3E 4E
Octal 352 321 246 0 13 35 10 46 76 116
Binary 11101010 11010001 10100110 0 1011 11101 1000 100110 111110 1001110

Color Harmonies of #EAD1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD1A6

Black with #EAD1A6

Text Example


Text Example

White with #EAD1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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