Shades of Broom #EDCD17
Tints of Broom #EDCD17
RGB
CMYK
RGB Variations
Color information
#EDCD17 (or 0xEDCD17) is known color: Broom. HEX triplet: ED, CD and 17. RGB value is (237,205,23). Sum of RGB (Red+Green+Blue) = 237+205+23=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD17 is #1232E8. Grayscale: #C2C2C2. Windows color (decimal): -1192681 or 1560045. OLE color: 1560045.
HSL color Cylindrical-coordinate representation of color #EDCD17: hue angle of 51.03º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDCD17 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 23 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.07 |
| HSL | 51.03º | 0.86% | 0.51% | - |
| HSV(B) | 51.03º | 0.9% | 0.93% | - |
| XYZ | 56.91 | 61.73 | 9.73 | - |
| YUV | 193.82 | 31.6 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 23 | 0 | 0.14 | 0.90 | 0.07 | 51.03 | 0.86 | 0.51 |
| Hex | ED | CD | 17 | 0 | E | 5A | 7 | 33 | 56 | 33 |
| Octal | 355 | 315 | 27 | 0 | 16 | 132 | 7 | 63 | 126 | 63 |
| Binary | 11101101 | 11001101 | 10111 | 0 | 1110 | 1011010 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EDCD17
Complementary color
Monochromatic Colors of #EDCD17
Black with #EDCD17
Text Example
Text Example
White with #EDCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD17; }
p { color: rgb(237,205,23); }
H1.HeaderClassName
{
color: #EDCD17;
}
.AnyTagClassName
{
color: #EDCD17;
}
</style>
background-color css
<style>
a { background-color: #EDCD17; }
a { background-color: rgb(237,205,23); }
div.DivClassName
{
background-color: #EDCD17;
}
.BgClassName
{
background-color: #EDCD17;
}
</style>
border-color css
<style>
span { border-color: #EDCD17; }
span { border-color: rgb(237,205,23); }
td.TdClassName
{
border-color: #EDCD17;
}
.TagClassName
{
border-color: #EDCD17;
}
</style>