Shades of Broom #EDD41A
Tints of Broom #EDD41A
RGB
CMYK
RGB Variations
Color information
#EDD41A (or 0xEDD41A) is known color: Broom. HEX triplet: ED, D4 and 1A. RGB value is (237,212,26). Sum of RGB (Red+Green+Blue) = 237+212+26=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD41A is #122BE5. Grayscale: #C7C7C7. Windows color (decimal): -1190886 or 1758445. OLE color: 1758445.
HSL color Cylindrical-coordinate representation of color #EDD41A: hue angle of 52.89º degrees, saturation: 0.85, 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 #EDD41A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.89º | 0.85% | 0.52% | - |
| HSV(B) | 52.89º | 0.89% | 0.93% | - |
| XYZ | 58.65 | 65.17 | 10.46 | - |
| YUV | 198.27 | 30.78 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 26 | 0 | 0.11 | 0.89 | 0.07 | 52.89 | 0.85 | 0.52 |
| Hex | ED | D4 | 1A | 0 | B | 59 | 7 | 35 | 55 | 34 |
| Octal | 355 | 324 | 32 | 0 | 13 | 131 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010100 | 11010 | 0 | 1011 | 1011001 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD41A
Complementary color
Monochromatic Colors of #EDD41A
Black with #EDD41A
Text Example
Text Example
White with #EDD41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD41A; }
p { color: rgb(237,212,26); }
H1.HeaderClassName
{
color: #EDD41A;
}
.AnyTagClassName
{
color: #EDD41A;
}
</style>
background-color css
<style>
a { background-color: #EDD41A; }
a { background-color: rgb(237,212,26); }
div.DivClassName
{
background-color: #EDD41A;
}
.BgClassName
{
background-color: #EDD41A;
}
</style>
border-color css
<style>
span { border-color: #EDD41A; }
span { border-color: rgb(237,212,26); }
td.TdClassName
{
border-color: #EDD41A;
}
.TagClassName
{
border-color: #EDD41A;
}
</style>