Shades of Broom #EDD012
Tints of Broom #EDD012
RGB
CMYK
RGB Variations
Color information
#EDD012 (or 0xEDD012) is known color: Broom. HEX triplet: ED, D0 and 12. RGB value is (237,208,18). Sum of RGB (Red+Green+Blue) = 237+208+18=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD012 is #122FED. Grayscale: #C3C3C3. Windows color (decimal): -1191918 or 1233133. OLE color: 1233133.
HSL color Cylindrical-coordinate representation of color #EDD012: hue angle of 52.05º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDD012 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.05º | 0.86% | 0.5% | - |
| HSV(B) | 52.05º | 0.92% | 0.93% | - |
| XYZ | 57.59 | 63.16 | 9.73 | - |
| YUV | 195.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 18 | 0 | 0.12 | 0.92 | 0.07 | 52.05 | 0.86 | 0.5 |
| Hex | ED | D0 | 12 | 0 | C | 5C | 7 | 34 | 56 | 32 |
| Octal | 355 | 320 | 22 | 0 | 14 | 134 | 7 | 64 | 126 | 62 |
| Binary | 11101101 | 11010000 | 10010 | 0 | 1100 | 1011100 | 111 | 110100 | 1010110 | 110010 |
Color Harmonies of #EDD012
Complementary color
Monochromatic Colors of #EDD012
Black with #EDD012
Text Example
Text Example
White with #EDD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD012; }
p { color: rgb(237,208,18); }
H1.HeaderClassName
{
color: #EDD012;
}
.AnyTagClassName
{
color: #EDD012;
}
</style>
background-color css
<style>
a { background-color: #EDD012; }
a { background-color: rgb(237,208,18); }
div.DivClassName
{
background-color: #EDD012;
}
.BgClassName
{
background-color: #EDD012;
}
</style>
border-color css
<style>
span { border-color: #EDD012; }
span { border-color: rgb(237,208,18); }
td.TdClassName
{
border-color: #EDD012;
}
.TagClassName
{
border-color: #EDD012;
}
</style>