Shades of Broom #EDC827
Tints of Broom #EDC827
RGB
CMYK
RGB Variations
Color information
#EDC827 (or 0xEDC827) is known color: Broom. HEX triplet: ED, C8 and 27. RGB value is (237,200,39). Sum of RGB (Red+Green+Blue) = 237+200+39=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC827 is #1237D8. Grayscale: #C1C1C1. Windows color (decimal): -1193945 or 2607341. OLE color: 2607341.
HSL color Cylindrical-coordinate representation of color #EDC827: hue angle of 48.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDC827 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 39 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.07 |
| HSL | 48.79º | 0.85% | 0.54% | - |
| HSV(B) | 48.79º | 0.84% | 0.93% | - |
| XYZ | 55.95 | 59.46 | 10.45 | - |
| YUV | 192.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 39 | 0 | 0.16 | 0.84 | 0.07 | 48.79 | 0.85 | 0.54 |
| Hex | ED | C8 | 27 | 0 | 10 | 54 | 7 | 31 | 55 | 36 |
| Octal | 355 | 310 | 47 | 0 | 20 | 124 | 7 | 61 | 125 | 66 |
| Binary | 11101101 | 11001000 | 100111 | 0 | 10000 | 1010100 | 111 | 110001 | 1010101 | 110110 |
Color Harmonies of #EDC827
Complementary color
Monochromatic Colors of #EDC827
Black with #EDC827
Text Example
Text Example
White with #EDC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC827; }
p { color: rgb(237,200,39); }
H1.HeaderClassName
{
color: #EDC827;
}
.AnyTagClassName
{
color: #EDC827;
}
</style>
background-color css
<style>
a { background-color: #EDC827; }
a { background-color: rgb(237,200,39); }
div.DivClassName
{
background-color: #EDC827;
}
.BgClassName
{
background-color: #EDC827;
}
</style>
border-color css
<style>
span { border-color: #EDC827; }
span { border-color: rgb(237,200,39); }
td.TdClassName
{
border-color: #EDC827;
}
.TagClassName
{
border-color: #EDC827;
}
</style>