Shades of Broom #EED324
Tints of Broom #EED324
RGB
CMYK
RGB Variations
Color information
#EED324 (or 0xEED324) is known color: Broom. HEX triplet: EE, D3 and 24. RGB value is (238,211,36). Sum of RGB (Red+Green+Blue) = 238+211+36=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EED324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED324 is #112CDB. Grayscale: #C7C7C7. Windows color (decimal): -1125596 or 2413550. OLE color: 2413550.
HSL color Cylindrical-coordinate representation of color #EED324: hue angle of 51.98º 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 #EED324 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 36 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.07 |
| HSL | 51.98º | 0.86% | 0.54% | - |
| HSV(B) | 51.98º | 0.85% | 0.93% | - |
| XYZ | 58.87 | 64.89 | 11.09 | - |
| YUV | 199.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 36 | 0 | 0.11 | 0.85 | 0.07 | 51.98 | 0.86 | 0.54 |
| Hex | EE | D3 | 24 | 0 | B | 55 | 7 | 34 | 56 | 36 |
| Octal | 356 | 323 | 44 | 0 | 13 | 125 | 7 | 64 | 126 | 66 |
| Binary | 11101110 | 11010011 | 100100 | 0 | 1011 | 1010101 | 111 | 110100 | 1010110 | 110110 |
Color Harmonies of #EED324
Complementary color
Monochromatic Colors of #EED324
Black with #EED324
Text Example
Text Example
White with #EED324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED324; }
p { color: rgb(238,211,36); }
H1.HeaderClassName
{
color: #EED324;
}
.AnyTagClassName
{
color: #EED324;
}
</style>
background-color css
<style>
a { background-color: #EED324; }
a { background-color: rgb(238,211,36); }
div.DivClassName
{
background-color: #EED324;
}
.BgClassName
{
background-color: #EED324;
}
</style>
border-color css
<style>
span { border-color: #EED324; }
span { border-color: rgb(238,211,36); }
td.TdClassName
{
border-color: #EED324;
}
.TagClassName
{
border-color: #EED324;
}
</style>