Shades of Broom #EED122
Tints of Broom #EED122
RGB
CMYK
RGB Variations
Color information
#EED122 (or 0xEED122) is known color: Broom. HEX triplet: EE, D1 and 22. RGB value is (238,209,34). Sum of RGB (Red+Green+Blue) = 238+209+34=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EED122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED122 is #112EDD. Grayscale: #C6C6C6. Windows color (decimal): -1126110 or 2281966. OLE color: 2281966.
HSL color Cylindrical-coordinate representation of color #EED122: hue angle of 51.47º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EED122 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 34 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.47º | 0.86% | 0.53% | - |
| HSV(B) | 51.47º | 0.86% | 0.93% | - |
| XYZ | 58.35 | 63.89 | 10.77 | - |
| YUV | 197.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 34 | 0 | 0.12 | 0.86 | 0.07 | 51.47 | 0.86 | 0.53 |
| Hex | EE | D1 | 22 | 0 | C | 56 | 7 | 33 | 56 | 35 |
| Octal | 356 | 321 | 42 | 0 | 14 | 126 | 7 | 63 | 126 | 65 |
| Binary | 11101110 | 11010001 | 100010 | 0 | 1100 | 1010110 | 111 | 110011 | 1010110 | 110101 |
Color Harmonies of #EED122
Complementary color
Monochromatic Colors of #EED122
Black with #EED122
Text Example
Text Example
White with #EED122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED122; }
p { color: rgb(238,209,34); }
H1.HeaderClassName
{
color: #EED122;
}
.AnyTagClassName
{
color: #EED122;
}
</style>
background-color css
<style>
a { background-color: #EED122; }
a { background-color: rgb(238,209,34); }
div.DivClassName
{
background-color: #EED122;
}
.BgClassName
{
background-color: #EED122;
}
</style>
border-color css
<style>
span { border-color: #EED122; }
span { border-color: rgb(238,209,34); }
td.TdClassName
{
border-color: #EED122;
}
.TagClassName
{
border-color: #EED122;
}
</style>