Shades of Broom #E6CA1C
Tints of Broom #E6CA1C
RGB
CMYK
RGB Variations
Color information
#E6CA1C (or 0xE6CA1C) is known color: Broom. HEX triplet: E6, CA and 1C. RGB value is (230,202,28). Sum of RGB (Red+Green+Blue) = 230+202+28=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA1C is #1935E3. Grayscale: #BFBFBF. Windows color (decimal): -1652196 or 1886950. OLE color: 1886950.
HSL color Cylindrical-coordinate representation of color #E6CA1C: hue angle of 51.68º 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 #E6CA1C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 28 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.10 |
| HSL | 51.68º | 0.8% | 0.51% | - |
| HSV(B) | 51.68º | 0.88% | 0.9% | - |
| XYZ | 53.96 | 59.15 | 9.67 | - |
| YUV | 190.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 28 | 0 | 0.12 | 0.88 | 0.10 | 51.68 | 0.8 | 0.51 |
| Hex | E6 | CA | 1C | 0 | C | 58 | A | 34 | 50 | 33 |
| Octal | 346 | 312 | 34 | 0 | 14 | 130 | 12 | 64 | 120 | 63 |
| Binary | 11100110 | 11001010 | 11100 | 0 | 1100 | 1011000 | 1010 | 110100 | 1010000 | 110011 |
Color Harmonies of #E6CA1C
Complementary color
Monochromatic Colors of #E6CA1C
Black with #E6CA1C
Text Example
Text Example
White with #E6CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA1C; }
p { color: rgb(230,202,28); }
H1.HeaderClassName
{
color: #E6CA1C;
}
.AnyTagClassName
{
color: #E6CA1C;
}
</style>
background-color css
<style>
a { background-color: #E6CA1C; }
a { background-color: rgb(230,202,28); }
div.DivClassName
{
background-color: #E6CA1C;
}
.BgClassName
{
background-color: #E6CA1C;
}
</style>
border-color css
<style>
span { border-color: #E6CA1C; }
span { border-color: rgb(230,202,28); }
td.TdClassName
{
border-color: #E6CA1C;
}
.TagClassName
{
border-color: #E6CA1C;
}
</style>