Shades of Broom #EED914
Tints of Broom #EED914
RGB
CMYK
RGB Variations
Color information
#EED914 (or 0xEED914) is known color: Broom. HEX triplet: EE, D9 and 14. RGB value is (238,217,20). Sum of RGB (Red+Green+Blue) = 238+217+20=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EED914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED914 is #1126EB. Grayscale: #C9C9C9. Windows color (decimal): -1124076 or 1366510. OLE color: 1366510.
HSL color Cylindrical-coordinate representation of color #EED914: hue angle of 54.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED914 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.07 |
| HSL | 54.22º | 0.87% | 0.51% | - |
| HSV(B) | 54.22º | 0.92% | 0.93% | - |
| XYZ | 60.2 | 67.85 | 10.59 | - |
| YUV | 200.82 | 25.96 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 20 | 0 | 0.09 | 0.92 | 0.07 | 54.22 | 0.87 | 0.51 |
| Hex | EE | D9 | 14 | 0 | 9 | 5C | 7 | 36 | 57 | 33 |
| Octal | 356 | 331 | 24 | 0 | 11 | 134 | 7 | 66 | 127 | 63 |
| Binary | 11101110 | 11011001 | 10100 | 0 | 1001 | 1011100 | 111 | 110110 | 1010111 | 110011 |
Color Harmonies of #EED914
Complementary color
Monochromatic Colors of #EED914
Black with #EED914
Text Example
Text Example
White with #EED914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED914; }
p { color: rgb(238,217,20); }
H1.HeaderClassName
{
color: #EED914;
}
.AnyTagClassName
{
color: #EED914;
}
</style>
background-color css
<style>
a { background-color: #EED914; }
a { background-color: rgb(238,217,20); }
div.DivClassName
{
background-color: #EED914;
}
.BgClassName
{
background-color: #EED914;
}
</style>
border-color css
<style>
span { border-color: #EED914; }
span { border-color: rgb(238,217,20); }
td.TdClassName
{
border-color: #EED914;
}
.TagClassName
{
border-color: #EED914;
}
</style>