#EDDBAF

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

Shades of Beeswax #EDDBAF

Tints of Beeswax #EDDBAF

Color information

#EDDBAF (or 0xEDDBAF) is unknown color: approx Beeswax. HEX triplet: ED, DB and AF. RGB value is (237,219,175). Sum of RGB (Red+Green+Blue) = 237+219+175=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBAF is #122450. Grayscale: #DBDBDB. Windows color (decimal): -1188945 or 11525101. OLE color: 11525101.

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

Color convert

RGB237219175-
CMYK00.080.260.07
HSL42.58º63.27%80.78%-
HSV(B)42.58º26.16%92.94%-
XYZ67.9971.7650.83-
YUV219.37102.96140.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=37.56%
G=34.71%
B=27.73%

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
Decimal23721917500.080.260.0742.5863.2780.78
HexEDDBAF081A72b3f51
Octal3553332570103275377121
Binary11101101110110111010111101000110101111010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBAF; }

 p { color: rgb(237,219,175); }

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

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

 a { background-color: rgb(237,219,175); }

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

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

 span { border-color: rgb(237,219,175); }

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