Shades of Broom #EDD01F
Tints of Broom #EDD01F
RGB
CMYK
RGB Variations
Color information
#EDD01F (or 0xEDD01F) is known color: Broom. HEX triplet: ED, D0 and 1F. RGB value is (237,208,31). Sum of RGB (Red+Green+Blue) = 237+208+31=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD01F is #122FE0. Grayscale: #C5C5C5. Windows color (decimal): -1191905 or 2085101. OLE color: 2085101.
HSL color Cylindrical-coordinate representation of color #EDD01F: hue angle of 51.55º 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 #EDD01F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 31 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.07 |
| HSL | 51.55º | 0.85% | 0.53% | - |
| HSV(B) | 51.55º | 0.87% | 0.93% | - |
| XYZ | 57.73 | 63.22 | 10.46 | - |
| YUV | 196.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 31 | 0 | 0.12 | 0.87 | 0.07 | 51.55 | 0.85 | 0.53 |
| Hex | ED | D0 | 1F | 0 | C | 57 | 7 | 34 | 55 | 35 |
| Octal | 355 | 320 | 37 | 0 | 14 | 127 | 7 | 64 | 125 | 65 |
| Binary | 11101101 | 11010000 | 11111 | 0 | 1100 | 1010111 | 111 | 110100 | 1010101 | 110101 |
Color Harmonies of #EDD01F
Complementary color
Monochromatic Colors of #EDD01F
Black with #EDD01F
Text Example
Text Example
White with #EDD01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD01F; }
p { color: rgb(237,208,31); }
H1.HeaderClassName
{
color: #EDD01F;
}
.AnyTagClassName
{
color: #EDD01F;
}
</style>
background-color css
<style>
a { background-color: #EDD01F; }
a { background-color: rgb(237,208,31); }
div.DivClassName
{
background-color: #EDD01F;
}
.BgClassName
{
background-color: #EDD01F;
}
</style>
border-color css
<style>
span { border-color: #EDD01F; }
span { border-color: rgb(237,208,31); }
td.TdClassName
{
border-color: #EDD01F;
}
.TagClassName
{
border-color: #EDD01F;
}
</style>