Shades of Broom #E7CF14
Tints of Broom #E7CF14
RGB
CMYK
RGB Variations
Color information
#E7CF14 (or 0xE7CF14) is known color: Broom. HEX triplet: E7, CF and 14. RGB value is (231,207,20). Sum of RGB (Red+Green+Blue) = 231+207+20=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CF14 is #1830EB. Grayscale: #C1C1C1. Windows color (decimal): -1585388 or 1363943. OLE color: 1363943.
HSL color Cylindrical-coordinate representation of color #E7CF14: hue angle of 53.18º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7CF14 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 20 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.09 |
| HSL | 53.18º | 0.84% | 0.49% | - |
| HSV(B) | 53.18º | 0.91% | 0.91% | - |
| XYZ | 55.39 | 61.67 | 9.64 | - |
| YUV | 192.86 | 30.45 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 20 | 0 | 0.10 | 0.91 | 0.09 | 53.18 | 0.84 | 0.49 |
| Hex | E7 | CF | 14 | 0 | A | 5B | 9 | 35 | 54 | 31 |
| Octal | 347 | 317 | 24 | 0 | 12 | 133 | 11 | 65 | 124 | 61 |
| Binary | 11100111 | 11001111 | 10100 | 0 | 1010 | 1011011 | 1001 | 110101 | 1010100 | 110001 |
Color Harmonies of #E7CF14
Complementary color
Monochromatic Colors of #E7CF14
Black with #E7CF14
Text Example
Text Example
White with #E7CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF14; }
p { color: rgb(231,207,20); }
H1.HeaderClassName
{
color: #E7CF14;
}
.AnyTagClassName
{
color: #E7CF14;
}
</style>
background-color css
<style>
a { background-color: #E7CF14; }
a { background-color: rgb(231,207,20); }
div.DivClassName
{
background-color: #E7CF14;
}
.BgClassName
{
background-color: #E7CF14;
}
</style>
border-color css
<style>
span { border-color: #E7CF14; }
span { border-color: rgb(231,207,20); }
td.TdClassName
{
border-color: #E7CF14;
}
.TagClassName
{
border-color: #E7CF14;
}
</style>