#EDD9AB

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

Shades of Beeswax #EDD9AB

Tints of Beeswax #EDD9AB

Color information

#EDD9AB (or 0xEDD9AB) is unknown color: approx Beeswax. HEX triplet: ED, D9 and AB. RGB value is (237,217,171). Sum of RGB (Red+Green+Blue) = 237+217+171=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9AB is #122654. Grayscale: #D9D9D9. Windows color (decimal): -1189461 or 11262445. OLE color: 11262445.

HSL color Cylindrical-coordinate representation of color #EDD9AB: hue angle of 41.82º 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 #EDD9AB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237217171-
CMYK00.080.280.07
HSL41.82º64.71%80%-
HSV(B)41.82º27.85%92.94%-
XYZ67.0970.5748.61-
YUV217.74101.63141.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 27.36%
R=37.92%
G=34.72%
B=27.36%

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
Decimal23721717100.080.280.0741.8264.7180
HexEDD9AB081C72a4150
Octal35533125301034752101120
Binary111011011101100110101011010001110011110101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9AB; }

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

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

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

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

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

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

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

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