#ECD8AE

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

Shades of Beeswax #ECD8AE

Tints of Beeswax #ECD8AE

Color information

#ECD8AE (or 0xECD8AE) is unknown color: approx Beeswax. HEX triplet: EC, D8 and AE. RGB value is (236,216,174). Sum of RGB (Red+Green+Blue) = 236+216+174=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AE is #132751. Grayscale: #D9D9D9. Windows color (decimal): -1255250 or 11458796. OLE color: 11458796.

HSL color Cylindrical-coordinate representation of color #ECD8AE: hue angle of 40.65º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECD8AE is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236216174-
CMYK00.080.260.07
HSL40.65º62%80.39%-
HSV(B)40.65º26.27%92.55%-
XYZ66.797050.04-
YUV217.19103.63141.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=37.70%
G=34.50%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621617400.080.260.0740.656280.39
HexECD8AE081A7293e50
Octal3543302560103275176120
Binary11101100110110001010111001000110101111010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8AE; }

 p { color: rgb(236,216,174); }

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

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

 a { background-color: rgb(236,216,174); }

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

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

 span { border-color: rgb(236,216,174); }

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