Shades of Broom #EDD523
Tints of Broom #EDD523
RGB
CMYK
RGB Variations
Color information
#EDD523 (or 0xEDD523) is known color: Broom. HEX triplet: ED, D5 and 23. RGB value is (237,213,35). Sum of RGB (Red+Green+Blue) = 237+213+35=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 35 (14.06% from 255 or 7.22% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD523 is #122ADC. Grayscale: #C8C8C8. Windows color (decimal): -1190621 or 2348525. OLE color: 2348525.
HSL color Cylindrical-coordinate representation of color #EDD523: hue angle of 52.87º 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 #EDD523 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 35 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.07 |
| HSL | 52.87º | 0.85% | 0.53% | - |
| HSV(B) | 52.87º | 0.85% | 0.93% | - |
| XYZ | 59.02 | 65.71 | 11.16 | - |
| YUV | 199.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 35 | 0 | 0.10 | 0.85 | 0.07 | 52.87 | 0.85 | 0.53 |
| Hex | ED | D5 | 23 | 0 | A | 55 | 7 | 35 | 55 | 35 |
| Octal | 355 | 325 | 43 | 0 | 12 | 125 | 7 | 65 | 125 | 65 |
| Binary | 11101101 | 11010101 | 100011 | 0 | 1010 | 1010101 | 111 | 110101 | 1010101 | 110101 |
Color Harmonies of #EDD523
Complementary color
Monochromatic Colors of #EDD523
Black with #EDD523
Text Example
Text Example
White with #EDD523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD523; }
p { color: rgb(237,213,35); }
H1.HeaderClassName
{
color: #EDD523;
}
.AnyTagClassName
{
color: #EDD523;
}
</style>
background-color css
<style>
a { background-color: #EDD523; }
a { background-color: rgb(237,213,35); }
div.DivClassName
{
background-color: #EDD523;
}
.BgClassName
{
background-color: #EDD523;
}
</style>
border-color css
<style>
span { border-color: #EDD523; }
span { border-color: rgb(237,213,35); }
td.TdClassName
{
border-color: #EDD523;
}
.TagClassName
{
border-color: #EDD523;
}
</style>