Shades of Broom #E7CC14
Tints of Broom #E7CC14
RGB
CMYK
RGB Variations
Color information
#E7CC14 (or 0xE7CC14) is known color: Broom. HEX triplet: E7, CC and 14. RGB value is (231,204,20). Sum of RGB (Red+Green+Blue) = 231+204+20=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CC14 is #1833EB. Grayscale: #BFBFBF. Windows color (decimal): -1586156 or 1363175. OLE color: 1363175.
HSL color Cylindrical-coordinate representation of color #E7CC14: hue angle of 52.32º 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 #E7CC14 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.09 |
| HSL | 52.32º | 0.84% | 0.49% | - |
| HSV(B) | 52.32º | 0.91% | 0.91% | - |
| XYZ | 54.67 | 60.23 | 9.4 | - |
| YUV | 191.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 20 | 0 | 0.12 | 0.91 | 0.09 | 52.32 | 0.84 | 0.49 |
| Hex | E7 | CC | 14 | 0 | C | 5B | 9 | 34 | 54 | 31 |
| Octal | 347 | 314 | 24 | 0 | 14 | 133 | 11 | 64 | 124 | 61 |
| Binary | 11100111 | 11001100 | 10100 | 0 | 1100 | 1011011 | 1001 | 110100 | 1010100 | 110001 |
Color Harmonies of #E7CC14
Complementary color
Monochromatic Colors of #E7CC14
Black with #E7CC14
Text Example
Text Example
White with #E7CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC14; }
p { color: rgb(231,204,20); }
H1.HeaderClassName
{
color: #E7CC14;
}
.AnyTagClassName
{
color: #E7CC14;
}
</style>
background-color css
<style>
a { background-color: #E7CC14; }
a { background-color: rgb(231,204,20); }
div.DivClassName
{
background-color: #E7CC14;
}
.BgClassName
{
background-color: #E7CC14;
}
</style>
border-color css
<style>
span { border-color: #E7CC14; }
span { border-color: rgb(231,204,20); }
td.TdClassName
{
border-color: #E7CC14;
}
.TagClassName
{
border-color: #E7CC14;
}
</style>