Shades of Broom #EDCD25
Tints of Broom #EDCD25
RGB
CMYK
RGB Variations
Color information
#EDCD25 (or 0xEDCD25) is known color: Broom. HEX triplet: ED, CD and 25. RGB value is (237,205,37). Sum of RGB (Red+Green+Blue) = 237+205+37=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD25 is #1232DA. Grayscale: #C4C4C4. Windows color (decimal): -1192667 or 2477549. OLE color: 2477549.
HSL color Cylindrical-coordinate representation of color #EDCD25: hue angle of 50.4º 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 #EDCD25 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 37 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.07 |
| HSL | 50.4º | 0.85% | 0.54% | - |
| HSV(B) | 50.4º | 0.84% | 0.93% | - |
| XYZ | 57.09 | 61.8 | 10.67 | - |
| YUV | 195.42 | 38.6 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 37 | 0 | 0.14 | 0.84 | 0.07 | 50.4 | 0.85 | 0.54 |
| Hex | ED | CD | 25 | 0 | E | 54 | 7 | 32 | 55 | 36 |
| Octal | 355 | 315 | 45 | 0 | 16 | 124 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001101 | 100101 | 0 | 1110 | 1010100 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCD25
Complementary color
Monochromatic Colors of #EDCD25
Black with #EDCD25
Text Example
Text Example
White with #EDCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD25; }
p { color: rgb(237,205,37); }
H1.HeaderClassName
{
color: #EDCD25;
}
.AnyTagClassName
{
color: #EDCD25;
}
</style>
background-color css
<style>
a { background-color: #EDCD25; }
a { background-color: rgb(237,205,37); }
div.DivClassName
{
background-color: #EDCD25;
}
.BgClassName
{
background-color: #EDCD25;
}
</style>
border-color css
<style>
span { border-color: #EDCD25; }
span { border-color: rgb(237,205,37); }
td.TdClassName
{
border-color: #EDCD25;
}
.TagClassName
{
border-color: #EDCD25;
}
</style>