#EEDBC4

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

Shades of Almond #EEDBC4

Tints of Almond #EEDBC4

Color information

#EEDBC4 (or 0xEEDBC4) is unknown color: approx Almond. HEX triplet: EE, DB and C4. RGB value is (238,219,196). Sum of RGB (Red+Green+Blue) = 238+219+196=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC4 is #11243B. Grayscale: #DEDEDE. Windows color (decimal): -1123388 or 12901358. OLE color: 12901358.

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

Color convert

RGB238219196-
CMYK00.080.180.07
HSL32.86º55.26%85.1%-
HSV(B)32.86º17.65%93.33%-
XYZ70.5672.8362.56-
YUV222.06113.29139.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=36.45%
G=33.54%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821919600.080.180.0732.8655.2685.1
HexEEDBC408127213755
Octal3563333040102274167125
Binary11101110110110111100010001000100101111000011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBC4; }

 p { color: rgb(238,219,196); }

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

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

 a { background-color: rgb(238,219,196); }

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

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

 span { border-color: rgb(238,219,196); }

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