#ECD5BE

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

Shades of Almond #ECD5BE

Tints of Almond #ECD5BE

Color information

#ECD5BE (or 0xECD5BE) is unknown color: approx Almond. HEX triplet: EC, D5 and BE. RGB value is (236,213,190). Sum of RGB (Red+Green+Blue) = 236+213+190=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5BE is #132A41. Grayscale: #D9D9D9. Windows color (decimal): -1256002 or 12506604. OLE color: 12506604.

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

Color convert

RGB236213190-
CMYK00.100.190.07
HSL30º54.76%83.53%-
HSV(B)30º19.49%92.55%-
XYZ67.6869.1458.49-
YUV217.25112.62141.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=36.93%
G=33.33%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621319000.100.190.073054.7683.53
HexECD5BE0A1371e3754
Octal3543252760122373667124
Binary1110110011010101101111100101010011111111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5BE; }

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

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

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

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

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

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

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

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