#EED8BE

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

Shades of Almond #EED8BE

Tints of Almond #EED8BE

Color information

#EED8BE (or 0xEED8BE) is unknown color: approx Almond. HEX triplet: EE, D8 and BE. RGB value is (238,216,190). Sum of RGB (Red+Green+Blue) = 238+216+190=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BE is #112741. Grayscale: #DBDBDB. Windows color (decimal): -1124162 or 12507374. OLE color: 12507374.

HSL color Cylindrical-coordinate representation of color #EED8BE: hue angle of 32.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED8BE is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238216190-
CMYK00.090.200.07
HSL32.5º58.54%83.92%-
HSV(B)32.5º20.17%93.33%-
XYZ69.1171.0158.78-
YUV219.61111.29141.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=36.96%
G=33.54%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821619000.090.200.0732.558.5483.92
HexEED8BE09147213b54
Octal3563302760112474173124
Binary11101110110110001011111001001101001111000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8BE; }

 p { color: rgb(238,216,190); }

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

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

 a { background-color: rgb(238,216,190); }

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

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

 span { border-color: rgb(238,216,190); }

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