Shades of Broom #EDCD19
Tints of Broom #EDCD19
RGB
CMYK
RGB Variations
Color information
#EDCD19 (or 0xEDCD19) is known color: Broom. HEX triplet: ED, CD and 19. RGB value is (237,205,25). Sum of RGB (Red+Green+Blue) = 237+205+25=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD19 is #1232E6. Grayscale: #C2C2C2. Windows color (decimal): -1192679 or 1691117. OLE color: 1691117.
HSL color Cylindrical-coordinate representation of color #EDCD19: hue angle of 50.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDCD19 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.07 |
| HSL | 50.94º | 0.85% | 0.51% | - |
| HSV(B) | 50.94º | 0.89% | 0.93% | - |
| XYZ | 56.93 | 61.74 | 9.84 | - |
| YUV | 194.05 | 32.6 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 25 | 0 | 0.14 | 0.89 | 0.07 | 50.94 | 0.85 | 0.51 |
| Hex | ED | CD | 19 | 0 | E | 59 | 7 | 33 | 55 | 33 |
| Octal | 355 | 315 | 31 | 0 | 16 | 131 | 7 | 63 | 125 | 63 |
| Binary | 11101101 | 11001101 | 11001 | 0 | 1110 | 1011001 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #EDCD19
Complementary color
Monochromatic Colors of #EDCD19
Black with #EDCD19
Text Example
Text Example
White with #EDCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD19; }
p { color: rgb(237,205,25); }
H1.HeaderClassName
{
color: #EDCD19;
}
.AnyTagClassName
{
color: #EDCD19;
}
</style>
background-color css
<style>
a { background-color: #EDCD19; }
a { background-color: rgb(237,205,25); }
div.DivClassName
{
background-color: #EDCD19;
}
.BgClassName
{
background-color: #EDCD19;
}
</style>
border-color css
<style>
span { border-color: #EDCD19; }
span { border-color: rgb(237,205,25); }
td.TdClassName
{
border-color: #EDCD19;
}
.TagClassName
{
border-color: #EDCD19;
}
</style>