#EDD5BE

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

Shades of Almond #EDD5BE

Tints of Almond #EDD5BE

Color information

#EDD5BE (or 0xEDD5BE) is unknown color: approx Almond. HEX triplet: ED, D5 and BE. RGB value is (237,213,190). Sum of RGB (Red+Green+Blue) = 237+213+190=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BE is #122A41. Grayscale: #D9D9D9. Windows color (decimal): -1190466 or 12506605. OLE color: 12506605.

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

Color convert

RGB237213190-
CMYK00.100.200.07
HSL29.36º56.63%83.73%-
HSV(B)29.36º19.83%92.94%-
XYZ68.0169.3158.51-
YUV217.55112.45141.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=37.03%
G=33.28%
B=29.69%

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
Decimal23721319000.100.200.0729.3656.6383.73
HexEDD5BE0A1471d3954
Octal3553252760122473571124
Binary1110110111010101101111100101010100111111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5BE; }

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

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

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

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

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

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

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

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