#EEDACA

Color #EEDACA Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #EEDACA

Tints of Almond #EEDACA

Color information

#EEDACA (or 0xEEDACA) is unknown color: approx Almond. HEX triplet: EE, DA and CA. RGB value is (238,218,202). Sum of RGB (Red+Green+Blue) = 238+218+202=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDACA is #112535. Grayscale: #DEDEDE. Windows color (decimal): -1123638 or 13294318. OLE color: 13294318.

HSL color Cylindrical-coordinate representation of color #EEDACA: hue angle of 26.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEDACA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238218202-
CMYK00.080.150.07
HSL26.67º51.43%86.27%-
HSV(B)26.67º15.13%93.33%-
XYZ70.9972.5866.15-
YUV222.16116.63139.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 202 (79.30% from 255) = 30.70%
R=36.17%
G=33.13%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821820200.080.150.0726.6751.4386.27
HexEEDACA08F71b3356
Octal3563323120101773363126
Binary111011101101101011001010010001111111110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDACA; }

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

 H1.HeaderClassName
 {
   color: #EEDACA;
 }
 .AnyTagClassName
 {
   color: #EEDACA;
 }
</style>
background-color css

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

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

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

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

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

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