Shades of Broom #EDD112
Tints of Broom #EDD112
RGB
CMYK
RGB Variations
Color information
#EDD112 (or 0xEDD112) is known color: Broom. HEX triplet: ED, D1 and 12. RGB value is (237,209,18). Sum of RGB (Red+Green+Blue) = 237+209+18=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD112 is #122EED. Grayscale: #C4C4C4. Windows color (decimal): -1191662 or 1233389. OLE color: 1233389.
HSL color Cylindrical-coordinate representation of color #EDD112: hue angle of 52.33º 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 #EDD112 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.33º | 0.86% | 0.5% | - |
| HSV(B) | 52.33º | 0.92% | 0.93% | - |
| XYZ | 57.83 | 63.65 | 9.81 | - |
| YUV | 195.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 18 | 0 | 0.12 | 0.92 | 0.07 | 52.33 | 0.86 | 0.5 |
| Hex | ED | D1 | 12 | 0 | C | 5C | 7 | 34 | 56 | 32 |
| Octal | 355 | 321 | 22 | 0 | 14 | 134 | 7 | 64 | 126 | 62 |
| Binary | 11101101 | 11010001 | 10010 | 0 | 1100 | 1011100 | 111 | 110100 | 1010110 | 110010 |
Color Harmonies of #EDD112
Complementary color
Monochromatic Colors of #EDD112
Black with #EDD112
Text Example
Text Example
White with #EDD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD112; }
p { color: rgb(237,209,18); }
H1.HeaderClassName
{
color: #EDD112;
}
.AnyTagClassName
{
color: #EDD112;
}
</style>
background-color css
<style>
a { background-color: #EDD112; }
a { background-color: rgb(237,209,18); }
div.DivClassName
{
background-color: #EDD112;
}
.BgClassName
{
background-color: #EDD112;
}
</style>
border-color css
<style>
span { border-color: #EDD112; }
span { border-color: rgb(237,209,18); }
td.TdClassName
{
border-color: #EDD112;
}
.TagClassName
{
border-color: #EDD112;
}
</style>