Shades of Broom #EDD61F
Tints of Broom #EDD61F
RGB
CMYK
RGB Variations
Color information
#EDD61F (or 0xEDD61F) is known color: Broom. HEX triplet: ED, D6 and 1F. RGB value is (237,214,31). Sum of RGB (Red+Green+Blue) = 237+214+31=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD61F is #1229E0. Grayscale: #C8C8C8. Windows color (decimal): -1190369 or 2086637. OLE color: 2086637.
HSL color Cylindrical-coordinate representation of color #EDD61F: hue angle of 53.3º 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 #EDD61F is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 31 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.07 |
| HSL | 53.3º | 0.85% | 0.53% | - |
| HSV(B) | 53.3º | 0.87% | 0.93% | - |
| XYZ | 59.22 | 66.2 | 10.95 | - |
| YUV | 200.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 31 | 0 | 0.10 | 0.87 | 0.07 | 53.3 | 0.85 | 0.53 |
| Hex | ED | D6 | 1F | 0 | A | 57 | 7 | 35 | 55 | 35 |
| Octal | 355 | 326 | 37 | 0 | 12 | 127 | 7 | 65 | 125 | 65 |
| Binary | 11101101 | 11010110 | 11111 | 0 | 1010 | 1010111 | 111 | 110101 | 1010101 | 110101 |
Color Harmonies of #EDD61F
Complementary color
Monochromatic Colors of #EDD61F
Black with #EDD61F
Text Example
Text Example
White with #EDD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD61F; }
p { color: rgb(237,214,31); }
H1.HeaderClassName
{
color: #EDD61F;
}
.AnyTagClassName
{
color: #EDD61F;
}
</style>
background-color css
<style>
a { background-color: #EDD61F; }
a { background-color: rgb(237,214,31); }
div.DivClassName
{
background-color: #EDD61F;
}
.BgClassName
{
background-color: #EDD61F;
}
</style>
border-color css
<style>
span { border-color: #EDD61F; }
span { border-color: rgb(237,214,31); }
td.TdClassName
{
border-color: #EDD61F;
}
.TagClassName
{
border-color: #EDD61F;
}
</style>