Shades of Broom #E7CA1F
Tints of Broom #E7CA1F
RGB
CMYK
RGB Variations
Color information
#E7CA1F (or 0xE7CA1F) is known color: Broom. HEX triplet: E7, CA and 1F. RGB value is (231,202,31). Sum of RGB (Red+Green+Blue) = 231+202+31=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA1F is #1835E0. Grayscale: #BFBFBF. Windows color (decimal): -1586657 or 2083559. OLE color: 2083559.
HSL color Cylindrical-coordinate representation of color #E7CA1F: hue angle of 51.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7CA1F is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 31 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.09 |
| HSL | 51.3º | 0.81% | 0.51% | - |
| HSV(B) | 51.3º | 0.87% | 0.91% | - |
| XYZ | 54.32 | 59.33 | 9.88 | - |
| YUV | 191.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 31 | 0 | 0.13 | 0.87 | 0.09 | 51.3 | 0.81 | 0.51 |
| Hex | E7 | CA | 1F | 0 | D | 57 | 9 | 33 | 51 | 33 |
| Octal | 347 | 312 | 37 | 0 | 15 | 127 | 11 | 63 | 121 | 63 |
| Binary | 11100111 | 11001010 | 11111 | 0 | 1101 | 1010111 | 1001 | 110011 | 1010001 | 110011 |
Color Harmonies of #E7CA1F
Complementary color
Monochromatic Colors of #E7CA1F
Black with #E7CA1F
Text Example
Text Example
White with #E7CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA1F; }
p { color: rgb(231,202,31); }
H1.HeaderClassName
{
color: #E7CA1F;
}
.AnyTagClassName
{
color: #E7CA1F;
}
</style>
background-color css
<style>
a { background-color: #E7CA1F; }
a { background-color: rgb(231,202,31); }
div.DivClassName
{
background-color: #E7CA1F;
}
.BgClassName
{
background-color: #E7CA1F;
}
</style>
border-color css
<style>
span { border-color: #E7CA1F; }
span { border-color: rgb(231,202,31); }
td.TdClassName
{
border-color: #E7CA1F;
}
.TagClassName
{
border-color: #E7CA1F;
}
</style>