Shades of Broom #EDCE17
Tints of Broom #EDCE17
RGB
CMYK
RGB Variations
Color information
#EDCE17 (or 0xEDCE17) is known color: Broom. HEX triplet: ED, CE and 17. RGB value is (237,206,23). Sum of RGB (Red+Green+Blue) = 237+206+23=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE17 is #1231E8. Grayscale: #C3C3C3. Windows color (decimal): -1192425 or 1560301. OLE color: 1560301.
HSL color Cylindrical-coordinate representation of color #EDCE17: hue angle of 51.31º 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 #EDCE17 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.07 |
| HSL | 51.31º | 0.86% | 0.51% | - |
| HSV(B) | 51.31º | 0.9% | 0.93% | - |
| XYZ | 57.15 | 62.21 | 9.81 | - |
| YUV | 194.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 23 | 0 | 0.13 | 0.90 | 0.07 | 51.31 | 0.86 | 0.51 |
| Hex | ED | CE | 17 | 0 | D | 5A | 7 | 33 | 56 | 33 |
| Octal | 355 | 316 | 27 | 0 | 15 | 132 | 7 | 63 | 126 | 63 |
| Binary | 11101101 | 11001110 | 10111 | 0 | 1101 | 1011010 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EDCE17
Complementary color
Monochromatic Colors of #EDCE17
Black with #EDCE17
Text Example
Text Example
White with #EDCE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE17; }
p { color: rgb(237,206,23); }
H1.HeaderClassName
{
color: #EDCE17;
}
.AnyTagClassName
{
color: #EDCE17;
}
</style>
background-color css
<style>
a { background-color: #EDCE17; }
a { background-color: rgb(237,206,23); }
div.DivClassName
{
background-color: #EDCE17;
}
.BgClassName
{
background-color: #EDCE17;
}
</style>
border-color css
<style>
span { border-color: #EDCE17; }
span { border-color: rgb(237,206,23); }
td.TdClassName
{
border-color: #EDCE17;
}
.TagClassName
{
border-color: #EDCE17;
}
</style>