#EDDBB1

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

Shades of Beeswax #EDDBB1

Tints of Beeswax #EDDBB1

Color information

#EDDBB1 (or 0xEDDBB1) is unknown color: approx Beeswax. HEX triplet: ED, DB and B1. RGB value is (237,219,177). Sum of RGB (Red+Green+Blue) = 237+219+177=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBB1 is #12244E. Grayscale: #DBDBDB. Windows color (decimal): -1188943 or 11656173. OLE color: 11656173.

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

Color convert

RGB237219177-
CMYK00.080.250.07
HSL42º62.5%81.18%-
HSV(B)42º25.32%92.94%-
XYZ68.1971.8451.87-
YUV219.59103.96140.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 177 (69.53% from 255) = 27.96%
R=37.44%
G=34.60%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721917700.080.250.074262.581.18
HexEDDBB1081972a3e51
Octal3553332610103175276121
Binary11101101110110111011000101000110011111010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBB1; }

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

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

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

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

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

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

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

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