Shades of Broom #E7CD16
Tints of Broom #E7CD16
RGB
CMYK
RGB Variations
Color information
#E7CD16 (or 0xE7CD16) is known color: Broom. HEX triplet: E7, CD and 16. RGB value is (231,205,22). Sum of RGB (Red+Green+Blue) = 231+205+22=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CD16 is #1832E9. Grayscale: #C0C0C0. Windows color (decimal): -1585898 or 1494503. OLE color: 1494503.
HSL color Cylindrical-coordinate representation of color #E7CD16: hue angle of 52.54º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7CD16 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.09 |
| HSL | 52.54º | 0.83% | 0.5% | - |
| HSV(B) | 52.54º | 0.9% | 0.91% | - |
| XYZ | 54.93 | 60.71 | 9.58 | - |
| YUV | 191.91 | 32.11 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 22 | 0 | 0.11 | 0.90 | 0.09 | 52.54 | 0.83 | 0.5 |
| Hex | E7 | CD | 16 | 0 | B | 5A | 9 | 35 | 53 | 32 |
| Octal | 347 | 315 | 26 | 0 | 13 | 132 | 11 | 65 | 123 | 62 |
| Binary | 11100111 | 11001101 | 10110 | 0 | 1011 | 1011010 | 1001 | 110101 | 1010011 | 110010 |
Color Harmonies of #E7CD16
Complementary color
Monochromatic Colors of #E7CD16
Black with #E7CD16
Text Example
Text Example
White with #E7CD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CD16; }
p { color: rgb(231,205,22); }
H1.HeaderClassName
{
color: #E7CD16;
}
.AnyTagClassName
{
color: #E7CD16;
}
</style>
background-color css
<style>
a { background-color: #E7CD16; }
a { background-color: rgb(231,205,22); }
div.DivClassName
{
background-color: #E7CD16;
}
.BgClassName
{
background-color: #E7CD16;
}
</style>
border-color css
<style>
span { border-color: #E7CD16; }
span { border-color: rgb(231,205,22); }
td.TdClassName
{
border-color: #E7CD16;
}
.TagClassName
{
border-color: #E7CD16;
}
</style>