#ECD8AA

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

Shades of Beeswax #ECD8AA

Tints of Beeswax #ECD8AA

Color information

#ECD8AA (or 0xECD8AA) is unknown color: approx Beeswax. HEX triplet: EC, D8 and AA. RGB value is (236,216,170). Sum of RGB (Red+Green+Blue) = 236+216+170=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AA is #132755. Grayscale: #D8D8D8. Windows color (decimal): -1255254 or 11196652. OLE color: 11196652.

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

Color convert

RGB236216170-
CMYK00.080.280.07
HSL41.82º63.46%79.61%-
HSV(B)41.82º27.97%92.55%-
XYZ66.469.8548.01-
YUV216.74101.63141.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=37.94%
G=34.73%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621617000.080.280.0741.8263.4679.61
HexECD8AA081C72a3f50
Octal3543302520103475277120
Binary11101100110110001010101001000111001111010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8AA; }

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

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

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

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

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

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

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

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