Shades of Broom #EDD01C
Tints of Broom #EDD01C
RGB
CMYK
RGB Variations
Color information
#EDD01C (or 0xEDD01C) is known color: Broom. HEX triplet: ED, D0 and 1C. RGB value is (237,208,28). Sum of RGB (Red+Green+Blue) = 237+208+28=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD01C is #122FE3. Grayscale: #C4C4C4. Windows color (decimal): -1191908 or 1888493. OLE color: 1888493.
HSL color Cylindrical-coordinate representation of color #EDD01C: hue angle of 51.67º 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 #EDD01C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 28 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.07 |
| HSL | 51.67º | 0.85% | 0.52% | - |
| HSV(B) | 51.67º | 0.88% | 0.93% | - |
| XYZ | 57.69 | 63.2 | 10.26 | - |
| YUV | 196.15 | 33.11 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 28 | 0 | 0.12 | 0.88 | 0.07 | 51.67 | 0.85 | 0.52 |
| Hex | ED | D0 | 1C | 0 | C | 58 | 7 | 34 | 55 | 34 |
| Octal | 355 | 320 | 34 | 0 | 14 | 130 | 7 | 64 | 125 | 64 |
| Binary | 11101101 | 11010000 | 11100 | 0 | 1100 | 1011000 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #EDD01C
Complementary color
Monochromatic Colors of #EDD01C
Black with #EDD01C
Text Example
Text Example
White with #EDD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD01C; }
p { color: rgb(237,208,28); }
H1.HeaderClassName
{
color: #EDD01C;
}
.AnyTagClassName
{
color: #EDD01C;
}
</style>
background-color css
<style>
a { background-color: #EDD01C; }
a { background-color: rgb(237,208,28); }
div.DivClassName
{
background-color: #EDD01C;
}
.BgClassName
{
background-color: #EDD01C;
}
</style>
border-color css
<style>
span { border-color: #EDD01C; }
span { border-color: rgb(237,208,28); }
td.TdClassName
{
border-color: #EDD01C;
}
.TagClassName
{
border-color: #EDD01C;
}
</style>