Shades of Beeswax #EDDAAC
Tints of Beeswax #EDDAAC
RGB
CMYK
RGB Variations
Color information
#EDDAAC (or 0xEDDAAC) is known color: Beeswax. HEX triplet: ED, DA and AC. RGB value is (237,218,172). Sum of RGB (Red+Green+Blue) = 237+218+172=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAAC is #122553. Grayscale: #DADADA. Windows color (decimal): -1189204 or 11328237. OLE color: 11328237.
HSL color Cylindrical-coordinate representation of color #EDDAAC: hue angle of 42.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDDAAC is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 172 | - |
CMYK | 0 | 0.08 | 0.27 | 0.07 |
HSL | 42.46º | 0.64% | 0.8% | - |
HSV(B) | 42.46º | 0.27% | 0.93% | - |
XYZ | 67.44 | 71.13 | 49.2 | - |
YUV | 218.44 | 101.79 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 172 | 0 | 0.08 | 0.27 | 0.07 | 42.46 | 0.64 | 0.8 |
Hex | ED | DA | AC | 0 | 8 | 1B | 7 | 2A | 40 | 50 |
Octal | 355 | 332 | 254 | 0 | 10 | 33 | 7 | 52 | 100 | 120 |
Binary | 11101101 | 11011010 | 10101100 | 0 | 1000 | 11011 | 111 | 101010 | 1000000 | 1010000 |
Color Harmonies of #EDDAAC
Complementary color
Monochromatic Colors of #EDDAAC
Black with #EDDAAC
Text Example
Text Example
White with #EDDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAAC; }
p { color: rgb(237,218,172); }
H1.HeaderClassName
{
color: #EDDAAC;
}
.AnyTagClassName
{
color: #EDDAAC;
}
</style>
background-color css
<style>
a { background-color: #EDDAAC; }
a { background-color: rgb(237,218,172); }
div.DivClassName
{
background-color: #EDDAAC;
}
.BgClassName
{
background-color: #EDDAAC;
}
</style>
border-color css
<style>
span { border-color: #EDDAAC; }
span { border-color: rgb(237,218,172); }
td.TdClassName
{
border-color: #EDDAAC;
}
.TagClassName
{
border-color: #EDDAAC;
}
</style>