Shades of Broom #E6D516
Tints of Broom #E6D516
RGB
CMYK
RGB Variations
Color information
#E6D516 (or 0xE6D516) is known color: Broom. HEX triplet: E6, D5 and 16. RGB value is (230,213,22). Sum of RGB (Red+Green+Blue) = 230+213+22=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D516 is #192AE9. Grayscale: #C5C5C5. Windows color (decimal): -1649386 or 1496550. OLE color: 1496550.
HSL color Cylindrical-coordinate representation of color #E6D516: hue angle of 55.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6D516 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.10 |
| HSL | 55.1º | 0.83% | 0.49% | - |
| HSV(B) | 55.1º | 0.9% | 0.9% | - |
| XYZ | 56.57 | 64.47 | 10.22 | - |
| YUV | 196.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 22 | 0 | 0.07 | 0.90 | 0.10 | 55.1 | 0.83 | 0.49 |
| Hex | E6 | D5 | 16 | 0 | 7 | 5A | A | 37 | 53 | 31 |
| Octal | 346 | 325 | 26 | 0 | 7 | 132 | 12 | 67 | 123 | 61 |
| Binary | 11100110 | 11010101 | 10110 | 0 | 111 | 1011010 | 1010 | 110111 | 1010011 | 110001 |
Color Harmonies of #E6D516
Complementary color
Monochromatic Colors of #E6D516
Black with #E6D516
Text Example
Text Example
White with #E6D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D516; }
p { color: rgb(230,213,22); }
H1.HeaderClassName
{
color: #E6D516;
}
.AnyTagClassName
{
color: #E6D516;
}
</style>
background-color css
<style>
a { background-color: #E6D516; }
a { background-color: rgb(230,213,22); }
div.DivClassName
{
background-color: #E6D516;
}
.BgClassName
{
background-color: #E6D516;
}
</style>
border-color css
<style>
span { border-color: #E6D516; }
span { border-color: rgb(230,213,22); }
td.TdClassName
{
border-color: #E6D516;
}
.TagClassName
{
border-color: #E6D516;
}
</style>