Shades of Broom #EDD61C
Tints of Broom #EDD61C
RGB
CMYK
RGB Variations
Color information
#EDD61C (or 0xEDD61C) is known color: Broom. HEX triplet: ED, D6 and 1C. RGB value is (237,214,28). Sum of RGB (Red+Green+Blue) = 237+214+28=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD61C is #1229E3. Grayscale: #C8C8C8. Windows color (decimal): -1190372 or 1890029. OLE color: 1890029.
HSL color Cylindrical-coordinate representation of color #EDD61C: hue angle of 53.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDD61C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 28 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.07 |
| HSL | 53.4º | 0.85% | 0.52% | - |
| HSV(B) | 53.4º | 0.88% | 0.93% | - |
| XYZ | 59.18 | 66.18 | 10.75 | - |
| YUV | 199.67 | 31.12 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 28 | 0 | 0.10 | 0.88 | 0.07 | 53.4 | 0.85 | 0.52 |
| Hex | ED | D6 | 1C | 0 | A | 58 | 7 | 35 | 55 | 34 |
| Octal | 355 | 326 | 34 | 0 | 12 | 130 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010110 | 11100 | 0 | 1010 | 1011000 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD61C
Complementary color
Monochromatic Colors of #EDD61C
Black with #EDD61C
Text Example
Text Example
White with #EDD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD61C; }
p { color: rgb(237,214,28); }
H1.HeaderClassName
{
color: #EDD61C;
}
.AnyTagClassName
{
color: #EDD61C;
}
</style>
background-color css
<style>
a { background-color: #EDD61C; }
a { background-color: rgb(237,214,28); }
div.DivClassName
{
background-color: #EDD61C;
}
.BgClassName
{
background-color: #EDD61C;
}
</style>
border-color css
<style>
span { border-color: #EDD61C; }
span { border-color: rgb(237,214,28); }
td.TdClassName
{
border-color: #EDD61C;
}
.TagClassName
{
border-color: #EDD61C;
}
</style>