Shades of Broom #EDD30F
Tints of Broom #EDD30F
RGB
CMYK
RGB Variations
Color information
#EDD30F (or 0xEDD30F) is known color: Broom. HEX triplet: ED, D3 and 0F. RGB value is (237,211,15). Sum of RGB (Red+Green+Blue) = 237+211+15=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD30F is #122CF0. Grayscale: #C5C5C5. Windows color (decimal): -1191153 or 1037293. OLE color: 1037293.
HSL color Cylindrical-coordinate representation of color #EDD30F: hue angle of 52.97º 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 #EDD30F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.07 |
| HSL | 52.97º | 0.88% | 0.49% | - |
| HSV(B) | 52.97º | 0.94% | 0.93% | - |
| XYZ | 58.31 | 64.63 | 9.85 | - |
| YUV | 196.43 | 25.61 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 15 | 0 | 0.11 | 0.94 | 0.07 | 52.97 | 0.88 | 0.49 |
| Hex | ED | D3 | F | 0 | B | 5E | 7 | 35 | 58 | 31 |
| Octal | 355 | 323 | 17 | 0 | 13 | 136 | 7 | 65 | 130 | 61 |
| Binary | 11101101 | 11010011 | 1111 | 0 | 1011 | 1011110 | 111 | 110101 | 1011000 | 110001 |
Color Harmonies of #EDD30F
Complementary color
Monochromatic Colors of #EDD30F
Black with #EDD30F
Text Example
Text Example
White with #EDD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD30F; }
p { color: rgb(237,211,15); }
H1.HeaderClassName
{
color: #EDD30F;
}
.AnyTagClassName
{
color: #EDD30F;
}
</style>
background-color css
<style>
a { background-color: #EDD30F; }
a { background-color: rgb(237,211,15); }
div.DivClassName
{
background-color: #EDD30F;
}
.BgClassName
{
background-color: #EDD30F;
}
</style>
border-color css
<style>
span { border-color: #EDD30F; }
span { border-color: rgb(237,211,15); }
td.TdClassName
{
border-color: #EDD30F;
}
.TagClassName
{
border-color: #EDD30F;
}
</style>