Shades of Broom #EDC923
Tints of Broom #EDC923
RGB
CMYK
RGB Variations
Color information
#EDC923 (or 0xEDC923) is known color: Broom. HEX triplet: ED, C9 and 23. RGB value is (237,201,35). Sum of RGB (Red+Green+Blue) = 237+201+35=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC923 is #1236DC. Grayscale: #C1C1C1. Windows color (decimal): -1193693 or 2345453. OLE color: 2345453.
HSL color Cylindrical-coordinate representation of color #EDC923: hue angle of 49.31º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDC923 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 35 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.07 |
| HSL | 49.31º | 0.85% | 0.53% | - |
| HSV(B) | 49.31º | 0.85% | 0.93% | - |
| XYZ | 56.12 | 59.9 | 10.19 | - |
| YUV | 192.84 | 38.93 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 35 | 0 | 0.15 | 0.85 | 0.07 | 49.31 | 0.85 | 0.53 |
| Hex | ED | C9 | 23 | 0 | F | 55 | 7 | 31 | 55 | 35 |
| Octal | 355 | 311 | 43 | 0 | 17 | 125 | 7 | 61 | 125 | 65 |
| Binary | 11101101 | 11001001 | 100011 | 0 | 1111 | 1010101 | 111 | 110001 | 1010101 | 110101 |
Color Harmonies of #EDC923
Complementary color
Monochromatic Colors of #EDC923
Black with #EDC923
Text Example
Text Example
White with #EDC923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC923; }
p { color: rgb(237,201,35); }
H1.HeaderClassName
{
color: #EDC923;
}
.AnyTagClassName
{
color: #EDC923;
}
</style>
background-color css
<style>
a { background-color: #EDC923; }
a { background-color: rgb(237,201,35); }
div.DivClassName
{
background-color: #EDC923;
}
.BgClassName
{
background-color: #EDC923;
}
</style>
border-color css
<style>
span { border-color: #EDC923; }
span { border-color: rgb(237,201,35); }
td.TdClassName
{
border-color: #EDC923;
}
.TagClassName
{
border-color: #EDC923;
}
</style>