Shades of Broom #EED61D
Tints of Broom #EED61D
RGB
CMYK
RGB Variations
Color information
#EED61D (or 0xEED61D) is known color: Broom. HEX triplet: EE, D6 and 1D. RGB value is (238,214,29). Sum of RGB (Red+Green+Blue) = 238+214+29=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EED61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED61D is #1129E2. Grayscale: #C8C8C8. Windows color (decimal): -1124835 or 1955566. OLE color: 1955566.
HSL color Cylindrical-coordinate representation of color #EED61D: hue angle of 53.11º 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 #EED61D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.07 |
| HSL | 53.11º | 0.86% | 0.52% | - |
| HSV(B) | 53.11º | 0.88% | 0.93% | - |
| XYZ | 59.53 | 66.36 | 10.83 | - |
| YUV | 200.09 | 31.45 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 29 | 0 | 0.10 | 0.88 | 0.07 | 53.11 | 0.86 | 0.52 |
| Hex | EE | D6 | 1D | 0 | A | 58 | 7 | 35 | 56 | 34 |
| Octal | 356 | 326 | 35 | 0 | 12 | 130 | 7 | 65 | 126 | 64 |
| Binary | 11101110 | 11010110 | 11101 | 0 | 1010 | 1011000 | 111 | 110101 | 1010110 | 110100 |
Color Harmonies of #EED61D
Complementary color
Monochromatic Colors of #EED61D
Black with #EED61D
Text Example
Text Example
White with #EED61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED61D; }
p { color: rgb(238,214,29); }
H1.HeaderClassName
{
color: #EED61D;
}
.AnyTagClassName
{
color: #EED61D;
}
</style>
background-color css
<style>
a { background-color: #EED61D; }
a { background-color: rgb(238,214,29); }
div.DivClassName
{
background-color: #EED61D;
}
.BgClassName
{
background-color: #EED61D;
}
</style>
border-color css
<style>
span { border-color: #EED61D; }
span { border-color: rgb(238,214,29); }
td.TdClassName
{
border-color: #EED61D;
}
.TagClassName
{
border-color: #EED61D;
}
</style>