#E7D6AD

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

Shades of Beeswax #E7D6AD

Tints of Beeswax #E7D6AD

Color information

#E7D6AD (or 0xE7D6AD) is unknown color: approx Beeswax. HEX triplet: E7, D6 and AD. RGB value is (231,214,173). Sum of RGB (Red+Green+Blue) = 231+214+173=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D6AD is #182952. Grayscale: #D6D6D6. Windows color (decimal): -1583443 or 11392743. OLE color: 11392743.

HSL color Cylindrical-coordinate representation of color #E7D6AD: hue angle of 42.41º degrees, saturation: 0.55, 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 #E7D6AD is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231214173-
CMYK00.070.250.09
HSL42.41º54.72%79.22%-
HSV(B)42.41º25.11%90.59%-
XYZ64.5468.149.28-
YUV214.41104.63139.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=37.38%
G=34.63%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121417300.070.250.0942.4154.7279.22
HexE7D6AD071992a374f
Octal3473262550731115267117
Binary11100111110101101010110101111100110011010101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6AD; }

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

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

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

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

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

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

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

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