#EDDAB0

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

Shades of Beeswax #EDDAB0

Tints of Beeswax #EDDAB0

Color information

#EDDAB0 (or 0xEDDAB0) is unknown color: approx Beeswax. HEX triplet: ED, DA and B0. RGB value is (237,218,176). Sum of RGB (Red+Green+Blue) = 237+218+176=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAB0 is #12254F. Grayscale: #DBDBDB. Windows color (decimal): -1189200 or 11590381. OLE color: 11590381.

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

Color convert

RGB237218176-
CMYK00.080.260.07
HSL41.31º62.89%80.98%-
HSV(B)41.31º25.74%92.94%-
XYZ67.8371.2851.26-
YUV218.89103.79140.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 176 (69.14% from 255) = 27.89%
R=37.56%
G=34.55%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721817600.080.260.0741.3162.8980.98
HexEDDAB0081A7293f51
Octal3553322600103275177121
Binary11101101110110101011000001000110101111010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAB0; }

 p { color: rgb(237,218,176); }

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

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

 a { background-color: rgb(237,218,176); }

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

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

 span { border-color: rgb(237,218,176); }

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