Shades of Broom #E6C525
Tints of Broom #E6C525
RGB
CMYK
RGB Variations
Color information
#E6C525 (or 0xE6C525) is known color: Broom. HEX triplet: E6, C5 and 25. RGB value is (230,197,37). Sum of RGB (Red+Green+Blue) = 230+197+37=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C525 is #193ADA. Grayscale: #BDBDBD. Windows color (decimal): -1653467 or 2475494. OLE color: 2475494.
HSL color Cylindrical-coordinate representation of color #E6C525: hue angle of 49.74º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6C525 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 37 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.10 |
| HSL | 49.74º | 0.79% | 0.52% | - |
| HSV(B) | 49.74º | 0.84% | 0.9% | - |
| XYZ | 52.93 | 56.89 | 9.94 | - |
| YUV | 188.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 37 | 0 | 0.14 | 0.84 | 0.10 | 49.74 | 0.79 | 0.52 |
| Hex | E6 | C5 | 25 | 0 | E | 54 | A | 32 | 4F | 34 |
| Octal | 346 | 305 | 45 | 0 | 16 | 124 | 12 | 62 | 117 | 64 |
| Binary | 11100110 | 11000101 | 100101 | 0 | 1110 | 1010100 | 1010 | 110010 | 1001111 | 110100 |
Color Harmonies of #E6C525
Complementary color
Monochromatic Colors of #E6C525
Black with #E6C525
Text Example
Text Example
White with #E6C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C525; }
p { color: rgb(230,197,37); }
H1.HeaderClassName
{
color: #E6C525;
}
.AnyTagClassName
{
color: #E6C525;
}
</style>
background-color css
<style>
a { background-color: #E6C525; }
a { background-color: rgb(230,197,37); }
div.DivClassName
{
background-color: #E6C525;
}
.BgClassName
{
background-color: #E6C525;
}
</style>
border-color css
<style>
span { border-color: #E6C525; }
span { border-color: rgb(230,197,37); }
td.TdClassName
{
border-color: #E6C525;
}
.TagClassName
{
border-color: #E6C525;
}
</style>