Shades of Broom #E6D50F
Tints of Broom #E6D50F
RGB
CMYK
RGB Variations
Color information
#E6D50F (or 0xE6D50F) is known color: Broom. HEX triplet: E6, D5 and 0F. RGB value is (230,213,15). Sum of RGB (Red+Green+Blue) = 230+213+15=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D50F is #192AF0. Grayscale: #C4C4C4. Windows color (decimal): -1649393 or 1037798. OLE color: 1037798.
HSL color Cylindrical-coordinate representation of color #E6D50F: hue angle of 55.26º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6D50F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.10 |
| HSL | 55.26º | 0.88% | 0.48% | - |
| HSV(B) | 55.26º | 0.93% | 0.9% | - |
| XYZ | 56.51 | 64.45 | 9.91 | - |
| YUV | 195.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 15 | 0 | 0.07 | 0.93 | 0.10 | 55.26 | 0.88 | 0.48 |
| Hex | E6 | D5 | F | 0 | 7 | 5D | A | 37 | 58 | 30 |
| Octal | 346 | 325 | 17 | 0 | 7 | 135 | 12 | 67 | 130 | 60 |
| Binary | 11100110 | 11010101 | 1111 | 0 | 111 | 1011101 | 1010 | 110111 | 1011000 | 110000 |
Color Harmonies of #E6D50F
Complementary color
Monochromatic Colors of #E6D50F
Black with #E6D50F
Text Example
Text Example
White with #E6D50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D50F; }
p { color: rgb(230,213,15); }
H1.HeaderClassName
{
color: #E6D50F;
}
.AnyTagClassName
{
color: #E6D50F;
}
</style>
background-color css
<style>
a { background-color: #E6D50F; }
a { background-color: rgb(230,213,15); }
div.DivClassName
{
background-color: #E6D50F;
}
.BgClassName
{
background-color: #E6D50F;
}
</style>
border-color css
<style>
span { border-color: #E6D50F; }
span { border-color: rgb(230,213,15); }
td.TdClassName
{
border-color: #E6D50F;
}
.TagClassName
{
border-color: #E6D50F;
}
</style>