Shades of Broom #EED41B
Tints of Broom #EED41B
RGB
CMYK
RGB Variations
Color information
#EED41B (or 0xEED41B) is known color: Broom. HEX triplet: EE, D4 and 1B. RGB value is (238,212,27). Sum of RGB (Red+Green+Blue) = 238+212+27=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EED41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED41B is #112BE4. Grayscale: #C7C7C7. Windows color (decimal): -1125349 or 1823982. OLE color: 1823982.
HSL color Cylindrical-coordinate representation of color #EED41B: hue angle of 52.61º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EED41B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.61º | 0.86% | 0.52% | - |
| HSV(B) | 52.61º | 0.89% | 0.93% | - |
| XYZ | 59 | 65.34 | 10.54 | - |
| YUV | 198.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 27 | 0 | 0.11 | 0.89 | 0.07 | 52.61 | 0.86 | 0.52 |
| Hex | EE | D4 | 1B | 0 | B | 59 | 7 | 35 | 56 | 34 |
| Octal | 356 | 324 | 33 | 0 | 13 | 131 | 7 | 65 | 126 | 64 |
| Binary | 11101110 | 11010100 | 11011 | 0 | 1011 | 1011001 | 111 | 110101 | 1010110 | 110100 |
Color Harmonies of #EED41B
Complementary color
Monochromatic Colors of #EED41B
Black with #EED41B
Text Example
Text Example
White with #EED41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED41B; }
p { color: rgb(238,212,27); }
H1.HeaderClassName
{
color: #EED41B;
}
.AnyTagClassName
{
color: #EED41B;
}
</style>
background-color css
<style>
a { background-color: #EED41B; }
a { background-color: rgb(238,212,27); }
div.DivClassName
{
background-color: #EED41B;
}
.BgClassName
{
background-color: #EED41B;
}
</style>
border-color css
<style>
span { border-color: #EED41B; }
span { border-color: rgb(238,212,27); }
td.TdClassName
{
border-color: #EED41B;
}
.TagClassName
{
border-color: #EED41B;
}
</style>