#EEDCCA

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

Shades of Almond #EEDCCA

Tints of Almond #EEDCCA

Color information

#EEDCCA (or 0xEEDCCA) is unknown color: approx Almond. HEX triplet: EE, DC and CA. RGB value is (238,220,202). Sum of RGB (Red+Green+Blue) = 238+220+202=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCA is #112335. Grayscale: #DFDFDF. Windows color (decimal): -1123126 or 13294830. OLE color: 13294830.

HSL color Cylindrical-coordinate representation of color #EEDCCA: hue angle of 30º 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 #EEDCCA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238220202-
CMYK00.080.150.07
HSL30º51.43%86.27%-
HSV(B)30º15.13%93.33%-
XYZ71.5173.6366.32-
YUV223.33115.96138.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=36.06%
G=33.33%
B=30.61%

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
Decimal23822020200.080.150.073051.4386.27
HexEEDCCA08F71e3356
Octal3563343120101773663126
Binary111011101101110011001010010001111111111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCCA; }

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

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

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

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

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

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

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

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