#EED6BE

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

Shades of Almond #EED6BE

Tints of Almond #EED6BE

Color information

#EED6BE (or 0xEED6BE) is unknown color: approx Almond. HEX triplet: EE, D6 and BE. RGB value is (238,214,190). Sum of RGB (Red+Green+Blue) = 238+214+190=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6BE is #112941. Grayscale: #DADADA. Windows color (decimal): -1124674 or 12506862. OLE color: 12506862.

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

Color convert

RGB238214190-
CMYK00.100.200.07
HSL30º58.54%83.92%-
HSV(B)30º20.17%93.33%-
XYZ68.669.9958.61-
YUV218.44111.95141.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=37.07%
G=33.33%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821419000.100.200.073058.5483.92
HexEED6BE0A1471e3b54
Octal3563262760122473673124
Binary1110111011010110101111100101010100111111101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6BE; }

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

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

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

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

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

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

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

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