#EDD8AA

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

Shades of Beeswax #EDD8AA

Tints of Beeswax #EDD8AA

Color information

#EDD8AA (or 0xEDD8AA) is unknown color: approx Beeswax. HEX triplet: ED, D8 and AA. RGB value is (237,216,170). Sum of RGB (Red+Green+Blue) = 237+216+170=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8AA is #122755. Grayscale: #D9D9D9. Windows color (decimal): -1189718 or 11196653. OLE color: 11196653.

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

Color convert

RGB237216170-
CMYK00.090.280.07
HSL41.19º65.05%79.8%-
HSV(B)41.19º28.27%92.94%-
XYZ66.7470.0248.03-
YUV217.03101.46142.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 170 (66.80% from 255) = 27.29%
R=38.04%
G=34.67%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721617000.090.280.0741.1965.0579.8
HexEDD8AA091C7294150
Octal35533025201134751101120
Binary111011011101100010101010010011110011110100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8AA; }

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

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

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

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

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

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

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

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