Shades of Beeswax #EDDCB0
Tints of Beeswax #EDDCB0
RGB
CMYK
RGB Variations
Color information
#EDDCB0 (or 0xEDDCB0) is known color: Beeswax. HEX triplet: ED, DC and B0. RGB value is (237,220,176). Sum of RGB (Red+Green+Blue) = 237+220+176=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCB0 is #12234F. Grayscale: #DCDCDC. Windows color (decimal): -1188688 or 11590893. OLE color: 11590893.
HSL color Cylindrical-coordinate representation of color #EDDCB0: hue angle of 43.28º 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 #EDDCB0 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 176 | - |
CMYK | 0 | 0.07 | 0.26 | 0.07 |
HSL | 43.28º | 0.63% | 0.81% | - |
HSV(B) | 43.28º | 0.26% | 0.93% | - |
XYZ | 68.35 | 72.33 | 51.43 | - |
YUV | 220.07 | 103.13 | 140.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 176 | 0 | 0.07 | 0.26 | 0.07 | 43.28 | 0.63 | 0.81 |
Hex | ED | DC | B0 | 0 | 7 | 1A | 7 | 2B | 3F | 51 |
Octal | 355 | 334 | 260 | 0 | 7 | 32 | 7 | 53 | 77 | 121 |
Binary | 11101101 | 11011100 | 10110000 | 0 | 111 | 11010 | 111 | 101011 | 111111 | 1010001 |
Color Harmonies of #EDDCB0
Complementary color
Monochromatic Colors of #EDDCB0
Black with #EDDCB0
Text Example
Text Example
White with #EDDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCB0; }
p { color: rgb(237,220,176); }
H1.HeaderClassName
{
color: #EDDCB0;
}
.AnyTagClassName
{
color: #EDDCB0;
}
</style>
background-color css
<style>
a { background-color: #EDDCB0; }
a { background-color: rgb(237,220,176); }
div.DivClassName
{
background-color: #EDDCB0;
}
.BgClassName
{
background-color: #EDDCB0;
}
</style>
border-color css
<style>
span { border-color: #EDDCB0; }
span { border-color: rgb(237,220,176); }
td.TdClassName
{
border-color: #EDDCB0;
}
.TagClassName
{
border-color: #EDDCB0;
}
</style>