Shades of Broom #EDDC1C
Tints of Broom #EDDC1C
RGB
CMYK
RGB Variations
Color information
#EDDC1C (or 0xEDDC1C) is known color: Broom. HEX triplet: ED, DC and 1C. RGB value is (237,220,28). Sum of RGB (Red+Green+Blue) = 237+220+28=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC1C is #1223E3. Grayscale: #CBCBCB. Windows color (decimal): -1188836 or 1891565. OLE color: 1891565.
HSL color Cylindrical-coordinate representation of color #EDDC1C: hue angle of 55.12º 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 #EDDC1C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 28 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.07 |
| HSL | 55.12º | 0.85% | 0.52% | - |
| HSV(B) | 55.12º | 0.88% | 0.93% | - |
| XYZ | 60.73 | 69.27 | 11.27 | - |
| YUV | 203.2 | 29.13 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 28 | 0 | 0.07 | 0.88 | 0.07 | 55.12 | 0.85 | 0.52 |
| Hex | ED | DC | 1C | 0 | 7 | 58 | 7 | 37 | 55 | 34 |
| Octal | 355 | 334 | 34 | 0 | 7 | 130 | 7 | 67 | 125 | 64 |
| Binary | 11101101 | 11011100 | 11100 | 0 | 111 | 1011000 | 111 | 110111 | 1010101 | 110100 |
Color Harmonies of #EDDC1C
Complementary color
Monochromatic Colors of #EDDC1C
Black with #EDDC1C
Text Example
Text Example
White with #EDDC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC1C; }
p { color: rgb(237,220,28); }
H1.HeaderClassName
{
color: #EDDC1C;
}
.AnyTagClassName
{
color: #EDDC1C;
}
</style>
background-color css
<style>
a { background-color: #EDDC1C; }
a { background-color: rgb(237,220,28); }
div.DivClassName
{
background-color: #EDDC1C;
}
.BgClassName
{
background-color: #EDDC1C;
}
</style>
border-color css
<style>
span { border-color: #EDDC1C; }
span { border-color: rgb(237,220,28); }
td.TdClassName
{
border-color: #EDDC1C;
}
.TagClassName
{
border-color: #EDDC1C;
}
</style>