Shades of Broom #EDD413
Tints of Broom #EDD413
RGB
CMYK
RGB Variations
Color information
#EDD413 (or 0xEDD413) is known color: Broom. HEX triplet: ED, D4 and 13. RGB value is (237,212,19). Sum of RGB (Red+Green+Blue) = 237+212+19=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD413 is #122BEC. Grayscale: #C6C6C6. Windows color (decimal): -1190893 or 1299693. OLE color: 1299693.
HSL color Cylindrical-coordinate representation of color #EDD413: hue angle of 53.12º 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 #EDD413 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 53.12º | 0.86% | 0.5% | - |
| HSV(B) | 53.12º | 0.92% | 0.93% | - |
| XYZ | 58.59 | 65.14 | 10.1 | - |
| YUV | 197.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 19 | 0 | 0.11 | 0.92 | 0.07 | 53.12 | 0.86 | 0.5 |
| Hex | ED | D4 | 13 | 0 | B | 5C | 7 | 35 | 56 | 32 |
| Octal | 355 | 324 | 23 | 0 | 13 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101101 | 11010100 | 10011 | 0 | 1011 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #EDD413
Complementary color
Monochromatic Colors of #EDD413
Black with #EDD413
Text Example
Text Example
White with #EDD413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD413; }
p { color: rgb(237,212,19); }
H1.HeaderClassName
{
color: #EDD413;
}
.AnyTagClassName
{
color: #EDD413;
}
</style>
background-color css
<style>
a { background-color: #EDD413; }
a { background-color: rgb(237,212,19); }
div.DivClassName
{
background-color: #EDD413;
}
.BgClassName
{
background-color: #EDD413;
}
</style>
border-color css
<style>
span { border-color: #EDD413; }
span { border-color: rgb(237,212,19); }
td.TdClassName
{
border-color: #EDD413;
}
.TagClassName
{
border-color: #EDD413;
}
</style>