Shades of Broom #E3D512
Tints of Broom #E3D512
RGB
CMYK
RGB Variations
Color information
#E3D512 (or 0xE3D512) is known color: Broom. HEX triplet: E3, D5 and 12. RGB value is (227,213,18). Sum of RGB (Red+Green+Blue) = 227+213+18=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3D512 is #1C2AED. Grayscale: #C3C3C3. Windows color (decimal): -1845998 or 1234403. OLE color: 1234403.
HSL color Cylindrical-coordinate representation of color #E3D512: hue angle of 55.98º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3D512 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.11 |
| HSL | 55.98º | 0.85% | 0.48% | - |
| HSV(B) | 55.98º | 0.92% | 0.89% | - |
| XYZ | 55.58 | 63.96 | 9.99 | - |
| YUV | 194.96 | 28.14 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 18 | 0 | 0.06 | 0.92 | 0.11 | 55.98 | 0.85 | 0.48 |
| Hex | E3 | D5 | 12 | 0 | 6 | 5C | B | 38 | 55 | 30 |
| Octal | 343 | 325 | 22 | 0 | 6 | 134 | 13 | 70 | 125 | 60 |
| Binary | 11100011 | 11010101 | 10010 | 0 | 110 | 1011100 | 1011 | 111000 | 1010101 | 110000 |
Color Harmonies of #E3D512
Complementary color
Monochromatic Colors of #E3D512
Black with #E3D512
Text Example
Text Example
White with #E3D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D512; }
p { color: rgb(227,213,18); }
H1.HeaderClassName
{
color: #E3D512;
}
.AnyTagClassName
{
color: #E3D512;
}
</style>
background-color css
<style>
a { background-color: #E3D512; }
a { background-color: rgb(227,213,18); }
div.DivClassName
{
background-color: #E3D512;
}
.BgClassName
{
background-color: #E3D512;
}
</style>
border-color css
<style>
span { border-color: #E3D512; }
span { border-color: rgb(227,213,18); }
td.TdClassName
{
border-color: #E3D512;
}
.TagClassName
{
border-color: #E3D512;
}
</style>