#EDDDB1

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

Shades of Beeswax #EDDDB1

Tints of Beeswax #EDDDB1

Color information

#EDDDB1 (or 0xEDDDB1) is unknown color: approx Beeswax. HEX triplet: ED, DD and B1. RGB value is (237,221,177). Sum of RGB (Red+Green+Blue) = 237+221+177=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDB1 is #12224E. Grayscale: #DCDCDC. Windows color (decimal): -1188431 or 11656685. OLE color: 11656685.

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

Color convert

RGB237221177-
CMYK00.070.250.07
HSL44º62.5%81.18%-
HSV(B)44º25.32%92.94%-
XYZ68.7272.8952.04-
YUV220.77103.3139.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 177 (69.53% from 255) = 27.87%
R=37.32%
G=34.80%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722117700.070.250.074462.581.18
HexEDDDB1071972c3e51
Octal355335261073175476121
Binary1110110111011101101100010111110011111011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDB1; }

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

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

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

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

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

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

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

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