Html Css Color HEX #E9DACA Almond

📋 copy color: '#E9DACA'

red 233 ◦ green 218 ◦ blue 202

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

Shades of Almond #E9DACA

Tints of Almond #E9DACA

RGB

 RED value IS 233 (91.41% from 255) = 35.68%

 GREEN value IS 218 (85.55% from 255) = 33.38%

 BLUE value IS 202 (79.3% from 255) = 30.93%

R = 35.68%
G = 33.38%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9DACA (or 0xE9DACA) is known color: Almond. HEX triplet: E9, DA and CA. RGB value is (233,218,202). Sum of RGB (Red+Green+Blue) = 233+218+202=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DACA is #162535. Grayscale: #DCDCDC. Windows color (decimal): -1451318 or 13294313. OLE color: 13294313.

HSL color Cylindrical-coordinate representation of color #E9DACA: hue angle of 30.97º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DACA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 218 202 -
CMYK 0 0.06 0.13 0.09
HSL 30.97º 0.41% 0.85% -
HSV(B) 30.97º 0.13% 0.91% -
XYZ 69.34 71.73 66.07 -
YUV 220.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 233 218 202 0 0.06 0.13 0.09 30.97 0.41 0.85
Hex E9 DA CA 0 6 D 9 1F 29 55
Octal 351 332 312 0 6 15 11 37 51 125
Binary 11101001 11011010 11001010 0 110 1101 1001 11111 101001 1010101

Color Harmonies of #E9DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DACA

Black with #E9DACA

Text Example


Text Example

White with #E9DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DACA; }

 p { color: rgb(233,218,202); }

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

background-color css

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

 a { background-color: rgb(233,218,202); }

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

border-color css

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

 span { border-color: rgb(233,218,202); }

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