Shades of Broom #E6D018
Tints of Broom #E6D018
RGB
CMYK
RGB Variations
Color information
#E6D018 (or 0xE6D018) is known color: Broom. HEX triplet: E6, D0 and 18. RGB value is (230,208,24). Sum of RGB (Red+Green+Blue) = 230+208+24=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D018 is #192FE7. Grayscale: #C2C2C2. Windows color (decimal): -1650664 or 1626342. OLE color: 1626342.
HSL color Cylindrical-coordinate representation of color #E6D018: hue angle of 53.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6D018 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 24 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.10 |
| HSL | 53.59º | 0.81% | 0.5% | - |
| HSV(B) | 53.59º | 0.9% | 0.9% | - |
| XYZ | 55.35 | 62 | 9.91 | - |
| YUV | 193.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 24 | 0 | 0.10 | 0.90 | 0.10 | 53.59 | 0.81 | 0.5 |
| Hex | E6 | D0 | 18 | 0 | A | 5A | A | 36 | 51 | 32 |
| Octal | 346 | 320 | 30 | 0 | 12 | 132 | 12 | 66 | 121 | 62 |
| Binary | 11100110 | 11010000 | 11000 | 0 | 1010 | 1011010 | 1010 | 110110 | 1010001 | 110010 |
Color Harmonies of #E6D018
Complementary color
Monochromatic Colors of #E6D018
Black with #E6D018
Text Example
Text Example
White with #E6D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D018; }
p { color: rgb(230,208,24); }
H1.HeaderClassName
{
color: #E6D018;
}
.AnyTagClassName
{
color: #E6D018;
}
</style>
background-color css
<style>
a { background-color: #E6D018; }
a { background-color: rgb(230,208,24); }
div.DivClassName
{
background-color: #E6D018;
}
.BgClassName
{
background-color: #E6D018;
}
</style>
border-color css
<style>
span { border-color: #E6D018; }
span { border-color: rgb(230,208,24); }
td.TdClassName
{
border-color: #E6D018;
}
.TagClassName
{
border-color: #E6D018;
}
</style>