#E3D2AA

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

Shades of Beeswax #E3D2AA

Tints of Beeswax #E3D2AA

Color information

#E3D2AA (or 0xE3D2AA) is unknown color: approx Beeswax. HEX triplet: E3, D2 and AA. RGB value is (227,210,170). Sum of RGB (Red+Green+Blue) = 227+210+170=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D2AA is #1C2D55. Grayscale: #D2D2D2. Windows color (decimal): -1846614 or 11195107. OLE color: 11195107.

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

Color convert

RGB227210170-
CMYK00.070.250.11
HSL42.11º50.44%77.84%-
HSV(B)42.11º25.11%89.02%-
XYZ61.9865.3347.37-
YUV210.52105.13139.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=37.40%
G=34.60%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721017000.070.250.1142.1150.4477.84
HexE3D2AA0719B2a324e
Octal3433222520731135262116
Binary11100011110100101010101001111100110111010101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D2AA; }

 p { color: rgb(227,210,170); }

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

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

 a { background-color: rgb(227,210,170); }

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

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

 span { border-color: rgb(227,210,170); }

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