Shades of Broom #EDCC25
Tints of Broom #EDCC25
RGB
CMYK
RGB Variations
Color information
#EDCC25 (or 0xEDCC25) is known color: Broom. HEX triplet: ED, CC and 25. RGB value is (237,204,37). Sum of RGB (Red+Green+Blue) = 237+204+37=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC25 is #1233DA. Grayscale: #C3C3C3. Windows color (decimal): -1192923 or 2477293. OLE color: 2477293.
HSL color Cylindrical-coordinate representation of color #EDCC25: hue angle of 50.1º 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 #EDCC25 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 37 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.07 |
| HSL | 50.1º | 0.85% | 0.54% | - |
| HSV(B) | 50.1º | 0.84% | 0.93% | - |
| XYZ | 56.85 | 61.32 | 10.59 | - |
| YUV | 194.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 37 | 0 | 0.14 | 0.84 | 0.07 | 50.1 | 0.85 | 0.54 |
| Hex | ED | CC | 25 | 0 | E | 54 | 7 | 32 | 55 | 36 |
| Octal | 355 | 314 | 45 | 0 | 16 | 124 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001100 | 100101 | 0 | 1110 | 1010100 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCC25
Complementary color
Monochromatic Colors of #EDCC25
Black with #EDCC25
Text Example
Text Example
White with #EDCC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC25; }
p { color: rgb(237,204,37); }
H1.HeaderClassName
{
color: #EDCC25;
}
.AnyTagClassName
{
color: #EDCC25;
}
</style>
background-color css
<style>
a { background-color: #EDCC25; }
a { background-color: rgb(237,204,37); }
div.DivClassName
{
background-color: #EDCC25;
}
.BgClassName
{
background-color: #EDCC25;
}
</style>
border-color css
<style>
span { border-color: #EDCC25; }
span { border-color: rgb(237,204,37); }
td.TdClassName
{
border-color: #EDCC25;
}
.TagClassName
{
border-color: #EDCC25;
}
</style>