#ECD7AC

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

Shades of Beeswax #ECD7AC

Tints of Beeswax #ECD7AC

Color information

#ECD7AC (or 0xECD7AC) is unknown color: approx Beeswax. HEX triplet: EC, D7 and AC. RGB value is (236,215,172). Sum of RGB (Red+Green+Blue) = 236+215+172=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD7AC is #132853. Grayscale: #D8D8D8. Windows color (decimal): -1255508 or 11327468. OLE color: 11327468.

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

Color convert

RGB236215172-
CMYK00.090.270.07
HSL40.31º62.75%80%-
HSV(B)40.31º27.12%92.55%-
XYZ66.3469.4148.93-
YUV216.38102.96142-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=37.88%
G=34.51%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621517200.090.270.0740.3162.7580
HexECD7AC091B7283f50
Octal3543272540113375077120
Binary11101100110101111010110001001110111111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7AC; }

 p { color: rgb(236,215,172); }

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

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

 a { background-color: rgb(236,215,172); }

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

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

 span { border-color: rgb(236,215,172); }

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