Shades of Broom #EED11D
Tints of Broom #EED11D
RGB
CMYK
RGB Variations
Color information
#EED11D (or 0xEED11D) is known color: Broom. HEX triplet: EE, D1 and 1D. RGB value is (238,209,29). Sum of RGB (Red+Green+Blue) = 238+209+29=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EED11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED11D is #112EE2. Grayscale: #C5C5C5. Windows color (decimal): -1126115 or 1954286. OLE color: 1954286.
HSL color Cylindrical-coordinate representation of color #EED11D: hue angle of 51.67º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EED11D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.07 |
| HSL | 51.67º | 0.86% | 0.52% | - |
| HSV(B) | 51.67º | 0.88% | 0.93% | - |
| XYZ | 58.28 | 63.87 | 10.42 | - |
| YUV | 197.15 | 33.11 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 29 | 0 | 0.12 | 0.88 | 0.07 | 51.67 | 0.86 | 0.52 |
| Hex | EE | D1 | 1D | 0 | C | 58 | 7 | 34 | 56 | 34 |
| Octal | 356 | 321 | 35 | 0 | 14 | 130 | 7 | 64 | 126 | 64 |
| Binary | 11101110 | 11010001 | 11101 | 0 | 1100 | 1011000 | 111 | 110100 | 1010110 | 110100 |
Color Harmonies of #EED11D
Complementary color
Monochromatic Colors of #EED11D
Black with #EED11D
Text Example
Text Example
White with #EED11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED11D; }
p { color: rgb(238,209,29); }
H1.HeaderClassName
{
color: #EED11D;
}
.AnyTagClassName
{
color: #EED11D;
}
</style>
background-color css
<style>
a { background-color: #EED11D; }
a { background-color: rgb(238,209,29); }
div.DivClassName
{
background-color: #EED11D;
}
.BgClassName
{
background-color: #EED11D;
}
</style>
border-color css
<style>
span { border-color: #EED11D; }
span { border-color: rgb(238,209,29); }
td.TdClassName
{
border-color: #EED11D;
}
.TagClassName
{
border-color: #EED11D;
}
</style>