#E9DAAF

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

Shades of Beeswax #E9DAAF

Tints of Beeswax #E9DAAF

Color information

#E9DAAF (or 0xE9DAAF) is unknown color: approx Beeswax. HEX triplet: E9, DA and AF. RGB value is (233,218,175). Sum of RGB (Red+Green+Blue) = 233+218+175=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DAAF is #162550. Grayscale: #D9D9D9. Windows color (decimal): -1451345 or 11524841. OLE color: 11524841.

HSL color Cylindrical-coordinate representation of color #E9DAAF: hue angle of 44.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9DAAF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233218175-
CMYK00.060.250.09
HSL44.48º56.86%80%-
HSV(B)44.48º24.89%91.37%-
XYZ66.4170.5650.68-
YUV217.58103.97139-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=37.22%
G=34.82%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321817500.060.250.0944.4856.8680
HexE9DAAF061992c3950
Octal3513322570631115471120
Binary11101001110110101010111101101100110011011001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAAF; }

 p { color: rgb(233,218,175); }

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

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

 a { background-color: rgb(233,218,175); }

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

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

 span { border-color: rgb(233,218,175); }

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