Html Css Color HEX #EAD9C9 Almond

📋 copy color: '#EAD9C9'

red 234 ◦ green 217 ◦ blue 201

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

Shades of Almond #EAD9C9

Tints of Almond #EAD9C9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.28%

 BLUE value IS 201 (78.91% from 255) = 30.83%

R = 35.89%
G = 33.28%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAD9C9 (or 0xEAD9C9) is known color: Almond. HEX triplet: EA, D9 and C9. RGB value is (234,217,201). Sum of RGB (Red+Green+Blue) = 234+217+201=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C9 is #152636. Grayscale: #DCDCDC. Windows color (decimal): -1386039 or 13228522. OLE color: 13228522.

HSL color Cylindrical-coordinate representation of color #EAD9C9: hue angle of 29.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD9C9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 201 -
CMYK 0 0.07 0.14 0.08
HSL 29.09º 0.44% 0.85% -
HSV(B) 29.09º 0.14% 0.92% -
XYZ 69.29 71.34 65.38 -
YUV 220.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 234 217 201 0 0.07 0.14 0.08 29.09 0.44 0.85
Hex EA D9 C9 0 7 E 8 1D 2C 55
Octal 352 331 311 0 7 16 10 35 54 125
Binary 11101010 11011001 11001001 0 111 1110 1000 11101 101100 1010101

Color Harmonies of #EAD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9C9

Black with #EAD9C9

Text Example


Text Example

White with #EAD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9C9; }

 p { color: rgb(234,217,201); }

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

background-color css

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

 a { background-color: rgb(234,217,201); }

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

border-color css

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

 span { border-color: rgb(234,217,201); }

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