Shades of Broom #EDCC28
Tints of Broom #EDCC28
RGB
CMYK
RGB Variations
Color information
#EDCC28 (or 0xEDCC28) is known color: Broom. HEX triplet: ED, CC and 28. RGB value is (237,204,40). Sum of RGB (Red+Green+Blue) = 237+204+40=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC28 is #1233D7. Grayscale: #C3C3C3. Windows color (decimal): -1192920 or 2673901. OLE color: 2673901.
HSL color Cylindrical-coordinate representation of color #EDCC28: hue angle of 49.95º 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 #EDCC28 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.07 |
| HSL | 49.95º | 0.85% | 0.54% | - |
| HSV(B) | 49.95º | 0.83% | 0.93% | - |
| XYZ | 56.9 | 61.34 | 10.85 | - |
| YUV | 195.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 40 | 0 | 0.14 | 0.83 | 0.07 | 49.95 | 0.85 | 0.54 |
| Hex | ED | CC | 28 | 0 | E | 53 | 7 | 32 | 55 | 36 |
| Octal | 355 | 314 | 50 | 0 | 16 | 123 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001100 | 101000 | 0 | 1110 | 1010011 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCC28
Complementary color
Monochromatic Colors of #EDCC28
Black with #EDCC28
Text Example
Text Example
White with #EDCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC28; }
p { color: rgb(237,204,40); }
H1.HeaderClassName
{
color: #EDCC28;
}
.AnyTagClassName
{
color: #EDCC28;
}
</style>
background-color css
<style>
a { background-color: #EDCC28; }
a { background-color: rgb(237,204,40); }
div.DivClassName
{
background-color: #EDCC28;
}
.BgClassName
{
background-color: #EDCC28;
}
</style>
border-color css
<style>
span { border-color: #EDCC28; }
span { border-color: rgb(237,204,40); }
td.TdClassName
{
border-color: #EDCC28;
}
.TagClassName
{
border-color: #EDCC28;
}
</style>