Shades of Broom #EDD51D
Tints of Broom #EDD51D
RGB
CMYK
RGB Variations
Color information
#EDD51D (or 0xEDD51D) is known color: Broom. HEX triplet: ED, D5 and 1D. RGB value is (237,213,29). Sum of RGB (Red+Green+Blue) = 237+213+29=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD51D is #122AE2. Grayscale: #C7C7C7. Windows color (decimal): -1190627 or 1955309. OLE color: 1955309.
HSL color Cylindrical-coordinate representation of color #EDD51D: hue angle of 53.08º 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 #EDD51D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.07 |
| HSL | 53.08º | 0.85% | 0.52% | - |
| HSV(B) | 53.08º | 0.88% | 0.93% | - |
| XYZ | 58.94 | 65.68 | 10.73 | - |
| YUV | 199.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 29 | 0 | 0.10 | 0.88 | 0.07 | 53.08 | 0.85 | 0.52 |
| Hex | ED | D5 | 1D | 0 | A | 58 | 7 | 35 | 55 | 34 |
| Octal | 355 | 325 | 35 | 0 | 12 | 130 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010101 | 11101 | 0 | 1010 | 1011000 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD51D
Complementary color
Monochromatic Colors of #EDD51D
Black with #EDD51D
Text Example
Text Example
White with #EDD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD51D; }
p { color: rgb(237,213,29); }
H1.HeaderClassName
{
color: #EDD51D;
}
.AnyTagClassName
{
color: #EDD51D;
}
</style>
background-color css
<style>
a { background-color: #EDD51D; }
a { background-color: rgb(237,213,29); }
div.DivClassName
{
background-color: #EDD51D;
}
.BgClassName
{
background-color: #EDD51D;
}
</style>
border-color css
<style>
span { border-color: #EDD51D; }
span { border-color: rgb(237,213,29); }
td.TdClassName
{
border-color: #EDD51D;
}
.TagClassName
{
border-color: #EDD51D;
}
</style>