Shades of Broom #EDCE1C
Tints of Broom #EDCE1C
RGB
CMYK
RGB Variations
Color information
#EDCE1C (or 0xEDCE1C) is known color: Broom. HEX triplet: ED, CE and 1C. RGB value is (237,206,28). Sum of RGB (Red+Green+Blue) = 237+206+28=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE1C is #1231E3. Grayscale: #C3C3C3. Windows color (decimal): -1192420 or 1887981. OLE color: 1887981.
HSL color Cylindrical-coordinate representation of color #EDCE1C: hue angle of 51.1º 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 #EDCE1C is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 28 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.07 |
| HSL | 51.1º | 0.85% | 0.52% | - |
| HSV(B) | 51.1º | 0.88% | 0.93% | - |
| XYZ | 57.21 | 62.23 | 10.1 | - |
| YUV | 194.98 | 33.77 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 28 | 0 | 0.13 | 0.88 | 0.07 | 51.1 | 0.85 | 0.52 |
| Hex | ED | CE | 1C | 0 | D | 58 | 7 | 33 | 55 | 34 |
| Octal | 355 | 316 | 34 | 0 | 15 | 130 | 7 | 63 | 125 | 64 |
| Binary | 11101101 | 11001110 | 11100 | 0 | 1101 | 1011000 | 111 | 110011 | 1010101 | 110100 |
Color Harmonies of #EDCE1C
Complementary color
Monochromatic Colors of #EDCE1C
Black with #EDCE1C
Text Example
Text Example
White with #EDCE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE1C; }
p { color: rgb(237,206,28); }
H1.HeaderClassName
{
color: #EDCE1C;
}
.AnyTagClassName
{
color: #EDCE1C;
}
</style>
background-color css
<style>
a { background-color: #EDCE1C; }
a { background-color: rgb(237,206,28); }
div.DivClassName
{
background-color: #EDCE1C;
}
.BgClassName
{
background-color: #EDCE1C;
}
</style>
border-color css
<style>
span { border-color: #EDCE1C; }
span { border-color: rgb(237,206,28); }
td.TdClassName
{
border-color: #EDCE1C;
}
.TagClassName
{
border-color: #EDCE1C;
}
</style>