#E2D5AE

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

Shades of Beeswax #E2D5AE

Tints of Beeswax #E2D5AE

Color information

#E2D5AE (or 0xE2D5AE) is unknown color: approx Beeswax. HEX triplet: E2, D5 and AE. RGB value is (226,213,174). Sum of RGB (Red+Green+Blue) = 226+213+174=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D5AE is #1D2A51. Grayscale: #D4D4D4. Windows color (decimal): -1911378 or 11458018. OLE color: 11458018.

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

Color convert

RGB226213174-
CMYK00.060.230.11
HSL45º47.27%78.43%-
HSV(B)45º23.01%88.63%-
XYZ62.866.8149.63-
YUV212.44106.31137.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=36.87%
G=34.75%
B=28.38%

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
Decimal22621317400.060.230.114547.2778.43
HexE2D5AE0617B2d2f4e
Octal3423252560627135557116
Binary11100010110101011010111001101011110111011011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D5AE; }

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

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

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

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

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

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

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

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