Shades of Broom #EED722
Tints of Broom #EED722
RGB
CMYK
RGB Variations
Color information
#EED722 (or 0xEED722) is known color: Broom. HEX triplet: EE, D7 and 22. RGB value is (238,215,34). Sum of RGB (Red+Green+Blue) = 238+215+34=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EED722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED722 is #1128DD. Grayscale: #C9C9C9. Windows color (decimal): -1124574 or 2283502. OLE color: 2283502.
HSL color Cylindrical-coordinate representation of color #EED722: hue angle of 53.24º 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 #EED722 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 34 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.07 |
| HSL | 53.24º | 0.86% | 0.53% | - |
| HSV(B) | 53.24º | 0.86% | 0.93% | - |
| XYZ | 59.85 | 66.89 | 11.27 | - |
| YUV | 201.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 34 | 0 | 0.10 | 0.86 | 0.07 | 53.24 | 0.86 | 0.53 |
| Hex | EE | D7 | 22 | 0 | A | 56 | 7 | 35 | 56 | 35 |
| Octal | 356 | 327 | 42 | 0 | 12 | 126 | 7 | 65 | 126 | 65 |
| Binary | 11101110 | 11010111 | 100010 | 0 | 1010 | 1010110 | 111 | 110101 | 1010110 | 110101 |
Color Harmonies of #EED722
Complementary color
Monochromatic Colors of #EED722
Black with #EED722
Text Example
Text Example
White with #EED722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED722; }
p { color: rgb(238,215,34); }
H1.HeaderClassName
{
color: #EED722;
}
.AnyTagClassName
{
color: #EED722;
}
</style>
background-color css
<style>
a { background-color: #EED722; }
a { background-color: rgb(238,215,34); }
div.DivClassName
{
background-color: #EED722;
}
.BgClassName
{
background-color: #EED722;
}
</style>
border-color css
<style>
span { border-color: #EED722; }
span { border-color: rgb(238,215,34); }
td.TdClassName
{
border-color: #EED722;
}
.TagClassName
{
border-color: #EED722;
}
</style>