Shades of Broom #EED429
Tints of Broom #EED429
RGB
CMYK
RGB Variations
Color information
#EED429 (or 0xEED429) is known color: Broom. HEX triplet: EE, D4 and 29. RGB value is (238,212,41). Sum of RGB (Red+Green+Blue) = 238+212+41=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EED429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED429 is #112BD6. Grayscale: #C8C8C8. Windows color (decimal): -1125335 or 2741486. OLE color: 2741486.
HSL color Cylindrical-coordinate representation of color #EED429: hue angle of 52.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EED429 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 41 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.07 |
| HSL | 52.08º | 0.85% | 0.55% | - |
| HSV(B) | 52.08º | 0.83% | 0.93% | - |
| XYZ | 59.2 | 65.42 | 11.61 | - |
| YUV | 200.28 | 38.11 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 41 | 0 | 0.11 | 0.83 | 0.07 | 52.08 | 0.85 | 0.55 |
| Hex | EE | D4 | 29 | 0 | B | 53 | 7 | 34 | 55 | 37 |
| Octal | 356 | 324 | 51 | 0 | 13 | 123 | 7 | 64 | 125 | 67 |
| Binary | 11101110 | 11010100 | 101001 | 0 | 1011 | 1010011 | 111 | 110100 | 1010101 | 110111 |
Color Harmonies of #EED429
Complementary color
Monochromatic Colors of #EED429
Black with #EED429
Text Example
Text Example
White with #EED429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED429; }
p { color: rgb(238,212,41); }
H1.HeaderClassName
{
color: #EED429;
}
.AnyTagClassName
{
color: #EED429;
}
</style>
background-color css
<style>
a { background-color: #EED429; }
a { background-color: rgb(238,212,41); }
div.DivClassName
{
background-color: #EED429;
}
.BgClassName
{
background-color: #EED429;
}
</style>
border-color css
<style>
span { border-color: #EED429; }
span { border-color: rgb(238,212,41); }
td.TdClassName
{
border-color: #EED429;
}
.TagClassName
{
border-color: #EED429;
}
</style>