Shades of Broom #EDD41C
Tints of Broom #EDD41C
RGB
CMYK
RGB Variations
Color information
#EDD41C (or 0xEDD41C) is known color: Broom. HEX triplet: ED, D4 and 1C. RGB value is (237,212,28). Sum of RGB (Red+Green+Blue) = 237+212+28=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD41C is #122BE3. Grayscale: #C7C7C7. Windows color (decimal): -1190884 or 1889517. OLE color: 1889517.
HSL color Cylindrical-coordinate representation of color #EDD41C: hue angle of 52.82º degrees, saturation: 0.85, 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 #EDD41C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 28 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.07 |
| HSL | 52.82º | 0.85% | 0.52% | - |
| HSV(B) | 52.82º | 0.88% | 0.93% | - |
| XYZ | 58.68 | 65.18 | 10.59 | - |
| YUV | 198.5 | 31.78 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 28 | 0 | 0.11 | 0.88 | 0.07 | 52.82 | 0.85 | 0.52 |
| Hex | ED | D4 | 1C | 0 | B | 58 | 7 | 35 | 55 | 34 |
| Octal | 355 | 324 | 34 | 0 | 13 | 130 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010100 | 11100 | 0 | 1011 | 1011000 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD41C
Complementary color
Monochromatic Colors of #EDD41C
Black with #EDD41C
Text Example
Text Example
White with #EDD41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD41C; }
p { color: rgb(237,212,28); }
H1.HeaderClassName
{
color: #EDD41C;
}
.AnyTagClassName
{
color: #EDD41C;
}
</style>
background-color css
<style>
a { background-color: #EDD41C; }
a { background-color: rgb(237,212,28); }
div.DivClassName
{
background-color: #EDD41C;
}
.BgClassName
{
background-color: #EDD41C;
}
</style>
border-color css
<style>
span { border-color: #EDD41C; }
span { border-color: rgb(237,212,28); }
td.TdClassName
{
border-color: #EDD41C;
}
.TagClassName
{
border-color: #EDD41C;
}
</style>