#E5D6AF

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

Shades of Beeswax #E5D6AF

Tints of Beeswax #E5D6AF

Color information

#E5D6AF (or 0xE5D6AF) is unknown color: approx Beeswax. HEX triplet: E5, D6 and AF. RGB value is (229,214,175). Sum of RGB (Red+Green+Blue) = 229+214+175=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D6AF is #1A2950. Grayscale: #D6D6D6. Windows color (decimal): -1714513 or 11523813. OLE color: 11523813.

HSL color Cylindrical-coordinate representation of color #E5D6AF: hue angle of 43.33º 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 #E5D6AF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229214175-
CMYK00.070.240.10
HSL43.33º50.94%79.22%-
HSV(B)43.33º23.58%89.8%-
XYZ64.167.8550.27-
YUV214.04105.97138.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=37.06%
G=34.63%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921417500.070.240.1043.3350.9479.22
HexE5D6AF0718A2b334f
Octal3453262570730125363117
Binary11100101110101101010111101111100010101010111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D6AF; }

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

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

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

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

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

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

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

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