Shades of Broom #EDDC1E
Tints of Broom #EDDC1E
RGB
CMYK
RGB Variations
Color information
#EDDC1E (or 0xEDDC1E) is known color: Broom. HEX triplet: ED, DC and 1E. RGB value is (237,220,30). Sum of RGB (Red+Green+Blue) = 237+220+30=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC1E is #1223E1. Grayscale: #CCCCCC. Windows color (decimal): -1188834 or 2022637. OLE color: 2022637.
HSL color Cylindrical-coordinate representation of color #EDDC1E: hue angle of 55.07º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDDC1E is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 30 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.07 |
| HSL | 55.07º | 0.85% | 0.52% | - |
| HSV(B) | 55.07º | 0.87% | 0.93% | - |
| XYZ | 60.75 | 69.28 | 11.4 | - |
| YUV | 203.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 30 | 0 | 0.07 | 0.87 | 0.07 | 55.07 | 0.85 | 0.52 |
| Hex | ED | DC | 1E | 0 | 7 | 57 | 7 | 37 | 55 | 34 |
| Octal | 355 | 334 | 36 | 0 | 7 | 127 | 7 | 67 | 125 | 64 |
| Binary | 11101101 | 11011100 | 11110 | 0 | 111 | 1010111 | 111 | 110111 | 1010101 | 110100 |
Color Harmonies of #EDDC1E
Complementary color
Monochromatic Colors of #EDDC1E
Black with #EDDC1E
Text Example
Text Example
White with #EDDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC1E; }
p { color: rgb(237,220,30); }
H1.HeaderClassName
{
color: #EDDC1E;
}
.AnyTagClassName
{
color: #EDDC1E;
}
</style>
background-color css
<style>
a { background-color: #EDDC1E; }
a { background-color: rgb(237,220,30); }
div.DivClassName
{
background-color: #EDDC1E;
}
.BgClassName
{
background-color: #EDDC1E;
}
</style>
border-color css
<style>
span { border-color: #EDDC1E; }
span { border-color: rgb(237,220,30); }
td.TdClassName
{
border-color: #EDDC1E;
}
.TagClassName
{
border-color: #EDDC1E;
}
</style>