Shades of Broom #EED515
Tints of Broom #EED515
RGB
CMYK
RGB Variations
Color information
#EED515 (or 0xEED515) is known color: Broom. HEX triplet: EE, D5 and 15. RGB value is (238,213,21). Sum of RGB (Red+Green+Blue) = 238+213+21=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EED515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED515 is #112AEA. Grayscale: #C7C7C7. Windows color (decimal): -1125099 or 1431022. OLE color: 1431022.
HSL color Cylindrical-coordinate representation of color #EED515: hue angle of 53.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EED515 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 21 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.07 |
| HSL | 53.09º | 0.86% | 0.51% | - |
| HSV(B) | 53.09º | 0.91% | 0.93% | - |
| XYZ | 59.19 | 65.82 | 10.29 | - |
| YUV | 198.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 21 | 0 | 0.11 | 0.91 | 0.07 | 53.09 | 0.86 | 0.51 |
| Hex | EE | D5 | 15 | 0 | B | 5B | 7 | 35 | 56 | 33 |
| Octal | 356 | 325 | 25 | 0 | 13 | 133 | 7 | 65 | 126 | 63 |
| Binary | 11101110 | 11010101 | 10101 | 0 | 1011 | 1011011 | 111 | 110101 | 1010110 | 110011 |
Color Harmonies of #EED515
Complementary color
Monochromatic Colors of #EED515
Black with #EED515
Text Example
Text Example
White with #EED515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED515; }
p { color: rgb(238,213,21); }
H1.HeaderClassName
{
color: #EED515;
}
.AnyTagClassName
{
color: #EED515;
}
</style>
background-color css
<style>
a { background-color: #EED515; }
a { background-color: rgb(238,213,21); }
div.DivClassName
{
background-color: #EED515;
}
.BgClassName
{
background-color: #EED515;
}
</style>
border-color css
<style>
span { border-color: #EED515; }
span { border-color: rgb(238,213,21); }
td.TdClassName
{
border-color: #EED515;
}
.TagClassName
{
border-color: #EED515;
}
</style>