#EDD9AA

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

Shades of Beeswax #EDD9AA

Tints of Beeswax #EDD9AA

Color information

#EDD9AA (or 0xEDD9AA) is unknown color: approx Beeswax. HEX triplet: ED, D9 and AA. RGB value is (237,217,170). Sum of RGB (Red+Green+Blue) = 237+217+170=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9AA is #122655. Grayscale: #D9D9D9. Windows color (decimal): -1189462 or 11196909. OLE color: 11196909.

HSL color Cylindrical-coordinate representation of color #EDD9AA: hue angle of 42.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDD9AA is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237217170-
CMYK00.080.280.07
HSL42.09º65.05%79.8%-
HSV(B)42.09º28.27%92.94%-
XYZ66.9970.5348.11-
YUV217.62101.13141.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 217 (85.16% from 255) = 34.78%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=37.98%
G=34.78%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721717000.080.280.0742.0965.0579.8
HexEDD9AA081C72a4150
Octal35533125201034752101120
Binary111011011101100110101010010001110011110101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9AA; }

 p { color: rgb(237,217,170); }

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

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

 a { background-color: rgb(237,217,170); }

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

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

 span { border-color: rgb(237,217,170); }

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