#EED5BE

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

Shades of Almond #EED5BE

Tints of Almond #EED5BE

Color information

#EED5BE (or 0xEED5BE) is unknown color: approx Almond. HEX triplet: EE, D5 and BE. RGB value is (238,213,190). Sum of RGB (Red+Green+Blue) = 238+213+190=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BE is #112A41. Grayscale: #D9D9D9. Windows color (decimal): -1124930 or 12506606. OLE color: 12506606.

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

Color convert

RGB238213190-
CMYK00.110.200.07
HSL28.75º58.54%83.92%-
HSV(B)28.75º20.17%93.33%-
XYZ68.3569.4858.52-
YUV217.85112.28142.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=37.13%
G=33.23%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821319000.110.200.0728.7558.5483.92
HexEED5BE0B1471d3b54
Octal3563252760132473573124
Binary1110111011010101101111100101110100111111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5BE; }

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

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

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

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

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

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

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

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