Shades of Broom #EDD41B
Tints of Broom #EDD41B
RGB
CMYK
RGB Variations
Color information
#EDD41B (or 0xEDD41B) is known color: Broom. HEX triplet: ED, D4 and 1B. RGB value is (237,212,27). Sum of RGB (Red+Green+Blue) = 237+212+27=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD41B is #122BE4. Grayscale: #C7C7C7. Windows color (decimal): -1190885 or 1823981. OLE color: 1823981.
HSL color Cylindrical-coordinate representation of color #EDD41B: hue angle of 52.86º 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 #EDD41B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.86º | 0.85% | 0.52% | - |
| HSV(B) | 52.86º | 0.89% | 0.93% | - |
| XYZ | 58.67 | 65.17 | 10.52 | - |
| YUV | 198.39 | 31.28 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 27 | 0 | 0.11 | 0.89 | 0.07 | 52.86 | 0.85 | 0.52 |
| Hex | ED | D4 | 1B | 0 | B | 59 | 7 | 35 | 55 | 34 |
| Octal | 355 | 324 | 33 | 0 | 13 | 131 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010100 | 11011 | 0 | 1011 | 1011001 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD41B
Complementary color
Monochromatic Colors of #EDD41B
Black with #EDD41B
Text Example
Text Example
White with #EDD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD41B; }
p { color: rgb(237,212,27); }
H1.HeaderClassName
{
color: #EDD41B;
}
.AnyTagClassName
{
color: #EDD41B;
}
</style>
background-color css
<style>
a { background-color: #EDD41B; }
a { background-color: rgb(237,212,27); }
div.DivClassName
{
background-color: #EDD41B;
}
.BgClassName
{
background-color: #EDD41B;
}
</style>
border-color css
<style>
span { border-color: #EDD41B; }
span { border-color: rgb(237,212,27); }
td.TdClassName
{
border-color: #EDD41B;
}
.TagClassName
{
border-color: #EDD41B;
}
</style>