Shades of Broom #EED013
Tints of Broom #EED013
RGB
CMYK
RGB Variations
Color information
#EED013 (or 0xEED013) is known color: Broom. HEX triplet: EE, D0 and 13. RGB value is (238,208,19). Sum of RGB (Red+Green+Blue) = 238+208+19=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED013 is #112FEC. Grayscale: #C4C4C4. Windows color (decimal): -1126381 or 1298670. OLE color: 1298670.
HSL color Cylindrical-coordinate representation of color #EED013: hue angle of 51.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED013 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.07 |
| HSL | 51.78º | 0.87% | 0.5% | - |
| HSV(B) | 51.78º | 0.92% | 0.93% | - |
| XYZ | 57.93 | 63.34 | 9.79 | - |
| YUV | 195.42 | 28.44 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 19 | 0 | 0.13 | 0.92 | 0.07 | 51.78 | 0.87 | 0.5 |
| Hex | EE | D0 | 13 | 0 | D | 5C | 7 | 34 | 57 | 32 |
| Octal | 356 | 320 | 23 | 0 | 15 | 134 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11010000 | 10011 | 0 | 1101 | 1011100 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EED013
Complementary color
Monochromatic Colors of #EED013
Black with #EED013
Text Example
Text Example
White with #EED013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED013; }
p { color: rgb(238,208,19); }
H1.HeaderClassName
{
color: #EED013;
}
.AnyTagClassName
{
color: #EED013;
}
</style>
background-color css
<style>
a { background-color: #EED013; }
a { background-color: rgb(238,208,19); }
div.DivClassName
{
background-color: #EED013;
}
.BgClassName
{
background-color: #EED013;
}
</style>
border-color css
<style>
span { border-color: #EED013; }
span { border-color: rgb(238,208,19); }
td.TdClassName
{
border-color: #EED013;
}
.TagClassName
{
border-color: #EED013;
}
</style>