Shades of Broom #E2D51F
Tints of Broom #E2D51F
RGB
CMYK
RGB Variations
Color information
#E2D51F (or 0xE2D51F) is known color: Broom. HEX triplet: E2, D5 and 1F. RGB value is (226,213,31). Sum of RGB (Red+Green+Blue) = 226+213+31=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D51F is #1D2AE0. Grayscale: #C4C4C4. Windows color (decimal): -1911521 or 2086370. OLE color: 2086370.
HSL color Cylindrical-coordinate representation of color #E2D51F: hue angle of 56º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2D51F is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 31 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.11 |
| HSL | 56º | 0.77% | 0.5% | - |
| HSV(B) | 56º | 0.86% | 0.89% | - |
| XYZ | 55.41 | 63.86 | 10.7 | - |
| YUV | 196.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 31 | 0 | 0.06 | 0.86 | 0.11 | 56 | 0.77 | 0.5 |
| Hex | E2 | D5 | 1F | 0 | 6 | 56 | B | 38 | 4D | 32 |
| Octal | 342 | 325 | 37 | 0 | 6 | 126 | 13 | 70 | 115 | 62 |
| Binary | 11100010 | 11010101 | 11111 | 0 | 110 | 1010110 | 1011 | 111000 | 1001101 | 110010 |
Color Harmonies of #E2D51F
Complementary color
Monochromatic Colors of #E2D51F
Black with #E2D51F
Text Example
Text Example
White with #E2D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D51F; }
p { color: rgb(226,213,31); }
H1.HeaderClassName
{
color: #E2D51F;
}
.AnyTagClassName
{
color: #E2D51F;
}
</style>
background-color css
<style>
a { background-color: #E2D51F; }
a { background-color: rgb(226,213,31); }
div.DivClassName
{
background-color: #E2D51F;
}
.BgClassName
{
background-color: #E2D51F;
}
</style>
border-color css
<style>
span { border-color: #E2D51F; }
span { border-color: rgb(226,213,31); }
td.TdClassName
{
border-color: #E2D51F;
}
.TagClassName
{
border-color: #E2D51F;
}
</style>