#E7D6AC

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

Shades of Beeswax #E7D6AC

Tints of Beeswax #E7D6AC

Color information

#E7D6AC (or 0xE7D6AC) is unknown color: approx Beeswax. HEX triplet: E7, D6 and AC. RGB value is (231,214,172). Sum of RGB (Red+Green+Blue) = 231+214+172=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D6AC is #182953. Grayscale: #D6D6D6. Windows color (decimal): -1583444 or 11327207. OLE color: 11327207.

HSL color Cylindrical-coordinate representation of color #E7D6AC: hue angle of 42.71º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7D6AC is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231214172-
CMYK00.070.260.09
HSL42.71º55.14%79.02%-
HSV(B)42.71º25.54%90.59%-
XYZ64.4568.0648.77-
YUV214.3104.13139.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=37.44%
G=34.68%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121417200.070.260.0942.7155.1479.02
HexE7D6AC071A92b374f
Octal3473262540732115367117
Binary11100111110101101010110001111101010011010111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6AC; }

 p { color: rgb(231,214,172); }

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

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

 a { background-color: rgb(231,214,172); }

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

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

 span { border-color: rgb(231,214,172); }

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