#E7D8AE

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

Shades of Beeswax #E7D8AE

Tints of Beeswax #E7D8AE

Color information

#E7D8AE (or 0xE7D8AE) is unknown color: approx Beeswax. HEX triplet: E7, D8 and AE. RGB value is (231,216,174). Sum of RGB (Red+Green+Blue) = 231+216+174=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D8AE is #182751. Grayscale: #D7D7D7. Windows color (decimal): -1582930 or 11458791. OLE color: 11458791.

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

Color convert

RGB231216174-
CMYK00.060.250.09
HSL44.21º54.29%79.41%-
HSV(B)44.21º24.68%90.59%-
XYZ65.1569.1649.96-
YUV215.7104.47138.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=37.20%
G=34.78%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121617400.060.250.0944.2154.2979.41
HexE7D8AE061992c364f
Octal3473302560631115466117
Binary11100111110110001010111001101100110011011001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8AE; }

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

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

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

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

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

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

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

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