#E3D5AE

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

Shades of Beeswax #E3D5AE

Tints of Beeswax #E3D5AE

Color information

#E3D5AE (or 0xE3D5AE) is unknown color: approx Beeswax. HEX triplet: E3, D5 and AE. RGB value is (227,213,174). Sum of RGB (Red+Green+Blue) = 227+213+174=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D5AE is #1C2A51. Grayscale: #D4D4D4. Windows color (decimal): -1845842 or 11458019. OLE color: 11458019.

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

Color convert

RGB227213174-
CMYK00.060.230.11
HSL44.15º48.62%78.63%-
HSV(B)44.15º23.35%89.02%-
XYZ63.1166.9849.65-
YUV212.74106.14138.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.97%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=36.97%
G=34.69%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721317400.060.230.1144.1548.6278.63
HexE3D5AE0617B2c314f
Octal3433252560627135461117
Binary11100011110101011010111001101011110111011001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5AE; }

 p { color: rgb(227,213,174); }

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

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

 a { background-color: rgb(227,213,174); }

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

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

 span { border-color: rgb(227,213,174); }

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