Shades of Broom #EDD21F
Tints of Broom #EDD21F
RGB
CMYK
RGB Variations
Color information
#EDD21F (or 0xEDD21F) is known color: Broom. HEX triplet: ED, D2 and 1F. RGB value is (237,210,31). Sum of RGB (Red+Green+Blue) = 237+210+31=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD21F is #122DE0. Grayscale: #C6C6C6. Windows color (decimal): -1191393 or 2085613. OLE color: 2085613.
HSL color Cylindrical-coordinate representation of color #EDD21F: hue angle of 52.14º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDD21F is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 31 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.07 |
| HSL | 52.14º | 0.85% | 0.53% | - |
| HSV(B) | 52.14º | 0.87% | 0.93% | - |
| XYZ | 58.22 | 64.2 | 10.62 | - |
| YUV | 197.67 | 33.95 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 31 | 0 | 0.11 | 0.87 | 0.07 | 52.14 | 0.85 | 0.53 |
| Hex | ED | D2 | 1F | 0 | B | 57 | 7 | 34 | 55 | 35 |
| Octal | 355 | 322 | 37 | 0 | 13 | 127 | 7 | 64 | 125 | 65 |
| Binary | 11101101 | 11010010 | 11111 | 0 | 1011 | 1010111 | 111 | 110100 | 1010101 | 110101 |
Color Harmonies of #EDD21F
Complementary color
Monochromatic Colors of #EDD21F
Black with #EDD21F
Text Example
Text Example
White with #EDD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD21F; }
p { color: rgb(237,210,31); }
H1.HeaderClassName
{
color: #EDD21F;
}
.AnyTagClassName
{
color: #EDD21F;
}
</style>
background-color css
<style>
a { background-color: #EDD21F; }
a { background-color: rgb(237,210,31); }
div.DivClassName
{
background-color: #EDD21F;
}
.BgClassName
{
background-color: #EDD21F;
}
</style>
border-color css
<style>
span { border-color: #EDD21F; }
span { border-color: rgb(237,210,31); }
td.TdClassName
{
border-color: #EDD21F;
}
.TagClassName
{
border-color: #EDD21F;
}
</style>