#E3D6AE

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

Shades of Beeswax #E3D6AE

Tints of Beeswax #E3D6AE

Color information

#E3D6AE (or 0xE3D6AE) is unknown color: approx Beeswax. HEX triplet: E3, D6 and AE. RGB value is (227,214,174). Sum of RGB (Red+Green+Blue) = 227+214+174=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D6AE is #1C2951. Grayscale: #D5D5D5. Windows color (decimal): -1845586 or 11458275. OLE color: 11458275.

HSL color Cylindrical-coordinate representation of color #E3D6AE: hue angle of 45.28º 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 #E3D6AE is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227214174-
CMYK00.060.230.11
HSL45.28º48.62%78.63%-
HSV(B)45.28º23.35%89.02%-
XYZ63.3767.4849.73-
YUV213.33105.81137.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.91%
GREEN value IS 214 (83.98% from 255) = 34.80%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=36.91%
G=34.80%
B=28.29%

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
Decimal22721417400.060.230.1145.2848.6278.63
HexE3D6AE0617B2d314f
Octal3433262560627135561117
Binary11100011110101101010111001101011110111011011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6AE; }

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

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

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

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

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

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

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

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