Shades of Broom #E6D31C
Tints of Broom #E6D31C
RGB
CMYK
RGB Variations
Color information
#E6D31C (or 0xE6D31C) is known color: Broom. HEX triplet: E6, D3 and 1C. RGB value is (230,211,28). Sum of RGB (Red+Green+Blue) = 230+211+28=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D31C is #192CE3. Grayscale: #C4C4C4. Windows color (decimal): -1649892 or 1889254. OLE color: 1889254.
HSL color Cylindrical-coordinate representation of color #E6D31C: hue angle of 54.36º 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 #E6D31C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.10 |
| HSL | 54.36º | 0.8% | 0.51% | - |
| HSV(B) | 54.36º | 0.88% | 0.9% | - |
| XYZ | 56.14 | 63.5 | 10.4 | - |
| YUV | 195.82 | 33.29 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 28 | 0 | 0.08 | 0.88 | 0.10 | 54.36 | 0.8 | 0.51 |
| Hex | E6 | D3 | 1C | 0 | 8 | 58 | A | 36 | 50 | 33 |
| Octal | 346 | 323 | 34 | 0 | 10 | 130 | 12 | 66 | 120 | 63 |
| Binary | 11100110 | 11010011 | 11100 | 0 | 1000 | 1011000 | 1010 | 110110 | 1010000 | 110011 |
Color Harmonies of #E6D31C
Complementary color
Monochromatic Colors of #E6D31C
Black with #E6D31C
Text Example
Text Example
White with #E6D31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D31C; }
p { color: rgb(230,211,28); }
H1.HeaderClassName
{
color: #E6D31C;
}
.AnyTagClassName
{
color: #E6D31C;
}
</style>
background-color css
<style>
a { background-color: #E6D31C; }
a { background-color: rgb(230,211,28); }
div.DivClassName
{
background-color: #E6D31C;
}
.BgClassName
{
background-color: #E6D31C;
}
</style>
border-color css
<style>
span { border-color: #E6D31C; }
span { border-color: rgb(230,211,28); }
td.TdClassName
{
border-color: #E6D31C;
}
.TagClassName
{
border-color: #E6D31C;
}
</style>