Shades of Broom #EED424
Tints of Broom #EED424
RGB
CMYK
RGB Variations
Color information
#EED424 (or 0xEED424) is known color: Broom. HEX triplet: EE, D4 and 24. RGB value is (238,212,36). Sum of RGB (Red+Green+Blue) = 238+212+36=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EED424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED424 is #112BDB. Grayscale: #C8C8C8. Windows color (decimal): -1125340 or 2413806. OLE color: 2413806.
HSL color Cylindrical-coordinate representation of color #EED424: hue angle of 52.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EED424 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 36 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.07 |
| HSL | 52.28º | 0.86% | 0.54% | - |
| HSV(B) | 52.28º | 0.85% | 0.93% | - |
| XYZ | 59.12 | 65.39 | 11.17 | - |
| YUV | 199.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 36 | 0 | 0.11 | 0.85 | 0.07 | 52.28 | 0.86 | 0.54 |
| Hex | EE | D4 | 24 | 0 | B | 55 | 7 | 34 | 56 | 36 |
| Octal | 356 | 324 | 44 | 0 | 13 | 125 | 7 | 64 | 126 | 66 |
| Binary | 11101110 | 11010100 | 100100 | 0 | 1011 | 1010101 | 111 | 110100 | 1010110 | 110110 |
Color Harmonies of #EED424
Complementary color
Monochromatic Colors of #EED424
Black with #EED424
Text Example
Text Example
White with #EED424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED424; }
p { color: rgb(238,212,36); }
H1.HeaderClassName
{
color: #EED424;
}
.AnyTagClassName
{
color: #EED424;
}
</style>
background-color css
<style>
a { background-color: #EED424; }
a { background-color: rgb(238,212,36); }
div.DivClassName
{
background-color: #EED424;
}
.BgClassName
{
background-color: #EED424;
}
</style>
border-color css
<style>
span { border-color: #EED424; }
span { border-color: rgb(238,212,36); }
td.TdClassName
{
border-color: #EED424;
}
.TagClassName
{
border-color: #EED424;
}
</style>