Shades of Broom #EED012
Tints of Broom #EED012
RGB
CMYK
RGB Variations
Color information
#EED012 (or 0xEED012) is known color: Broom. HEX triplet: EE, D0 and 12. RGB value is (238,208,18). Sum of RGB (Red+Green+Blue) = 238+208+18=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EED012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED012 is #112FED. Grayscale: #C4C4C4. Windows color (decimal): -1126382 or 1233134. OLE color: 1233134.
HSL color Cylindrical-coordinate representation of color #EED012: hue angle of 51.82º 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 #EED012 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.07 |
| HSL | 51.82º | 0.87% | 0.5% | - |
| HSV(B) | 51.82º | 0.92% | 0.93% | - |
| XYZ | 57.92 | 63.33 | 9.74 | - |
| YUV | 195.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 18 | 0 | 0.13 | 0.92 | 0.07 | 51.82 | 0.87 | 0.5 |
| Hex | EE | D0 | 12 | 0 | D | 5C | 7 | 34 | 57 | 32 |
| Octal | 356 | 320 | 22 | 0 | 15 | 134 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11010000 | 10010 | 0 | 1101 | 1011100 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EED012
Complementary color
Monochromatic Colors of #EED012
Black with #EED012
Text Example
Text Example
White with #EED012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED012; }
p { color: rgb(238,208,18); }
H1.HeaderClassName
{
color: #EED012;
}
.AnyTagClassName
{
color: #EED012;
}
</style>
background-color css
<style>
a { background-color: #EED012; }
a { background-color: rgb(238,208,18); }
div.DivClassName
{
background-color: #EED012;
}
.BgClassName
{
background-color: #EED012;
}
</style>
border-color css
<style>
span { border-color: #EED012; }
span { border-color: rgb(238,208,18); }
td.TdClassName
{
border-color: #EED012;
}
.TagClassName
{
border-color: #EED012;
}
</style>