Html Css Color HEX #EAD1A3 Dairy Cream

📋 copy color: '#EAD1A3'

red 234 ◦ green 209 ◦ blue 163

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

Shades of Dairy Cream #EAD1A3

Tints of Dairy Cream #EAD1A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.9%

R = 38.61%
G = 34.49%
B = 26.9%

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

#EAD1A3 (or 0xEAD1A3) is known color: Dairy Cream. HEX triplet: EA, D1 and A3. RGB value is (234,209,163). Sum of RGB (Red+Green+Blue) = 234+209+163=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1A3 is #152E5C. Grayscale: #D3D3D3. Windows color (decimal): -1388125 or 10736106. OLE color: 10736106.

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

Color convert

RGB 234 209 163 -
CMYK 0 0.11 0.30 0.08
HSL 38.87º 0.63% 0.78% -
HSV(B) 38.87º 0.3% 0.92% -
XYZ 63.34 65.74 44 -
YUV 211.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 234 209 163 0 0.11 0.30 0.08 38.87 0.63 0.78
Hex EA D1 A3 0 B 1E 8 27 3F 4E
Octal 352 321 243 0 13 36 10 47 77 116
Binary 11101010 11010001 10100011 0 1011 11110 1000 100111 111111 1001110

Color Harmonies of #EAD1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD1A3

Black with #EAD1A3

Text Example


Text Example

White with #EAD1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD1A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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