#E5D7B0

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

Shades of Beeswax #E5D7B0

Tints of Beeswax #E5D7B0

Color information

#E5D7B0 (or 0xE5D7B0) is unknown color: approx Beeswax. HEX triplet: E5, D7 and B0. RGB value is (229,215,176). Sum of RGB (Red+Green+Blue) = 229+215+176=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D7B0 is #1A284F. Grayscale: #D6D6D6. Windows color (decimal): -1714256 or 11589605. OLE color: 11589605.

HSL color Cylindrical-coordinate representation of color #E5D7B0: hue angle of 44.15º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5D7B0 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB229215176-
CMYK00.060.230.10
HSL44.15º50.48%79.41%-
HSV(B)44.15º23.14%89.8%-
XYZ64.4568.3950.88-
YUV214.74106.14138.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.94%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 176 (69.14% from 255) = 28.39%
R=36.94%
G=34.68%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921517600.060.230.1044.1550.4879.41
HexE5D7B00617A2c324f
Octal3453272600627125462117
Binary11100101110101111011000001101011110101011001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7B0; }

 p { color: rgb(229,215,176); }

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

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

 a { background-color: rgb(229,215,176); }

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

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

 span { border-color: rgb(229,215,176); }

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