Shades of Broom #EDCD28
Tints of Broom #EDCD28
RGB
CMYK
RGB Variations
Color information
#EDCD28 (or 0xEDCD28) is known color: Broom. HEX triplet: ED, CD and 28. RGB value is (237,205,40). Sum of RGB (Red+Green+Blue) = 237+205+40=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD28 is #1232D7. Grayscale: #C4C4C4. Windows color (decimal): -1192664 or 2674157. OLE color: 2674157.
HSL color Cylindrical-coordinate representation of color #EDCD28: hue angle of 50.25º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDCD28 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.07 |
| HSL | 50.25º | 0.85% | 0.54% | - |
| HSV(B) | 50.25º | 0.83% | 0.93% | - |
| XYZ | 57.14 | 61.82 | 10.93 | - |
| YUV | 195.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 40 | 0 | 0.14 | 0.83 | 0.07 | 50.25 | 0.85 | 0.54 |
| Hex | ED | CD | 28 | 0 | E | 53 | 7 | 32 | 55 | 36 |
| Octal | 355 | 315 | 50 | 0 | 16 | 123 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001101 | 101000 | 0 | 1110 | 1010011 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCD28
Complementary color
Monochromatic Colors of #EDCD28
Black with #EDCD28
Text Example
Text Example
White with #EDCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD28; }
p { color: rgb(237,205,40); }
H1.HeaderClassName
{
color: #EDCD28;
}
.AnyTagClassName
{
color: #EDCD28;
}
</style>
background-color css
<style>
a { background-color: #EDCD28; }
a { background-color: rgb(237,205,40); }
div.DivClassName
{
background-color: #EDCD28;
}
.BgClassName
{
background-color: #EDCD28;
}
</style>
border-color css
<style>
span { border-color: #EDCD28; }
span { border-color: rgb(237,205,40); }
td.TdClassName
{
border-color: #EDCD28;
}
.TagClassName
{
border-color: #EDCD28;
}
</style>