#E7D6AF

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

Shades of Beeswax #E7D6AF

Tints of Beeswax #E7D6AF

Color information

#E7D6AF (or 0xE7D6AF) is unknown color: approx Beeswax. HEX triplet: E7, D6 and AF. RGB value is (231,214,175). Sum of RGB (Red+Green+Blue) = 231+214+175=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D6AF is #182950. Grayscale: #D6D6D6. Windows color (decimal): -1583441 or 11523815. OLE color: 11523815.

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

Color convert

RGB231214175-
CMYK00.070.240.09
HSL41.79º53.85%79.61%-
HSV(B)41.79º24.24%90.59%-
XYZ64.7468.1850.3-
YUV214.64105.63139.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.26%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=37.26%
G=34.52%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121417500.070.240.0941.7953.8579.61
HexE7D6AF071892a3650
Octal3473262570730115266120
Binary11100111110101101010111101111100010011010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6AF; }

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

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

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

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

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

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

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

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