Shades of Broom #E6CB1C
Tints of Broom #E6CB1C
RGB
CMYK
RGB Variations
Color information
#E6CB1C (or 0xE6CB1C) is known color: Broom. HEX triplet: E6, CB and 1C. RGB value is (230,203,28). Sum of RGB (Red+Green+Blue) = 230+203+28=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB1C is #1934E3. Grayscale: #BFBFBF. Windows color (decimal): -1651940 or 1887206. OLE color: 1887206.
HSL color Cylindrical-coordinate representation of color #E6CB1C: hue angle of 51.98º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6CB1C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 28 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.10 |
| HSL | 51.98º | 0.8% | 0.51% | - |
| HSV(B) | 51.98º | 0.88% | 0.9% | - |
| XYZ | 54.2 | 59.62 | 9.75 | - |
| YUV | 191.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 28 | 0 | 0.12 | 0.88 | 0.10 | 51.98 | 0.8 | 0.51 |
| Hex | E6 | CB | 1C | 0 | C | 58 | A | 34 | 50 | 33 |
| Octal | 346 | 313 | 34 | 0 | 14 | 130 | 12 | 64 | 120 | 63 |
| Binary | 11100110 | 11001011 | 11100 | 0 | 1100 | 1011000 | 1010 | 110100 | 1010000 | 110011 |
Color Harmonies of #E6CB1C
Complementary color
Monochromatic Colors of #E6CB1C
Black with #E6CB1C
Text Example
Text Example
White with #E6CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB1C; }
p { color: rgb(230,203,28); }
H1.HeaderClassName
{
color: #E6CB1C;
}
.AnyTagClassName
{
color: #E6CB1C;
}
</style>
background-color css
<style>
a { background-color: #E6CB1C; }
a { background-color: rgb(230,203,28); }
div.DivClassName
{
background-color: #E6CB1C;
}
.BgClassName
{
background-color: #E6CB1C;
}
</style>
border-color css
<style>
span { border-color: #E6CB1C; }
span { border-color: rgb(230,203,28); }
td.TdClassName
{
border-color: #E6CB1C;
}
.TagClassName
{
border-color: #E6CB1C;
}
</style>