#E5D8AF

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

Shades of Beeswax #E5D8AF

Tints of Beeswax #E5D8AF

Color information

#E5D8AF (or 0xE5D8AF) is unknown color: approx Beeswax. HEX triplet: E5, D8 and AF. RGB value is (229,216,175). Sum of RGB (Red+Green+Blue) = 229+216+175=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D8AF is #1A2750. Grayscale: #D7D7D7. Windows color (decimal): -1714001 or 11524325. OLE color: 11524325.

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

Color convert

RGB229216175-
CMYK00.060.240.10
HSL45.56º50.94%79.22%-
HSV(B)45.56º23.58%89.8%-
XYZ64.6168.8650.44-
YUV215.21105.31137.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.94%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=36.94%
G=34.84%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921617500.060.240.1045.5650.9479.22
HexE5D8AF0618A2e334f
Octal3453302570630125663117
Binary11100101110110001010111101101100010101011101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8AF; }

 p { color: rgb(229,216,175); }

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

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

 a { background-color: rgb(229,216,175); }

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

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

 span { border-color: rgb(229,216,175); }

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