Shades of Broom #EDD50F
Tints of Broom #EDD50F
RGB
CMYK
RGB Variations
Color information
#EDD50F (or 0xEDD50F) is known color: Broom. HEX triplet: ED, D5 and 0F. RGB value is (237,213,15). Sum of RGB (Red+Green+Blue) = 237+213+15=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD50F is #122AF0. Grayscale: #C6C6C6. Windows color (decimal): -1190641 or 1037805. OLE color: 1037805.
HSL color Cylindrical-coordinate representation of color #EDD50F: hue angle of 53.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD50F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.07 |
| HSL | 53.51º | 0.88% | 0.49% | - |
| HSV(B) | 53.51º | 0.94% | 0.93% | - |
| XYZ | 58.81 | 65.63 | 10.02 | - |
| YUV | 197.6 | 24.95 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 15 | 0 | 0.10 | 0.94 | 0.07 | 53.51 | 0.88 | 0.49 |
| Hex | ED | D5 | F | 0 | A | 5E | 7 | 36 | 58 | 31 |
| Octal | 355 | 325 | 17 | 0 | 12 | 136 | 7 | 66 | 130 | 61 |
| Binary | 11101101 | 11010101 | 1111 | 0 | 1010 | 1011110 | 111 | 110110 | 1011000 | 110001 |
Color Harmonies of #EDD50F
Complementary color
Monochromatic Colors of #EDD50F
Black with #EDD50F
Text Example
Text Example
White with #EDD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD50F; }
p { color: rgb(237,213,15); }
H1.HeaderClassName
{
color: #EDD50F;
}
.AnyTagClassName
{
color: #EDD50F;
}
</style>
background-color css
<style>
a { background-color: #EDD50F; }
a { background-color: rgb(237,213,15); }
div.DivClassName
{
background-color: #EDD50F;
}
.BgClassName
{
background-color: #EDD50F;
}
</style>
border-color css
<style>
span { border-color: #EDD50F; }
span { border-color: rgb(237,213,15); }
td.TdClassName
{
border-color: #EDD50F;
}
.TagClassName
{
border-color: #EDD50F;
}
</style>