Html Css Color HEX #EAD1A4 Dairy Cream

📋 copy color: '#EAD1A4'

red 234 ◦ green 209 ◦ blue 164

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

Shades of Dairy Cream #EAD1A4

Tints of Dairy Cream #EAD1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.02%

R = 38.55%
G = 34.43%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EAD1A4 (or 0xEAD1A4) is known color: Dairy Cream. HEX triplet: EA, D1 and A4. RGB value is (234,209,164). Sum of RGB (Red+Green+Blue) = 234+209+164=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1A4 is #152E5B. Grayscale: #D3D3D3. Windows color (decimal): -1388124 or 10801642. OLE color: 10801642.

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

Color convert

RGB 234 209 164 -
CMYK 0 0.11 0.30 0.08
HSL 38.57º 0.63% 0.78% -
HSV(B) 38.57º 0.3% 0.92% -
XYZ 63.43 65.77 44.47 -
YUV 211.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 234 209 164 0 0.11 0.30 0.08 38.57 0.63 0.78
Hex EA D1 A4 0 B 1E 8 27 3E 4E
Octal 352 321 244 0 13 36 10 47 76 116
Binary 11101010 11010001 10100100 0 1011 11110 1000 100111 111110 1001110

Color Harmonies of #EAD1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD1A4

Black with #EAD1A4

Text Example


Text Example

White with #EAD1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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