Shades of Broom #EDCC18
Tints of Broom #EDCC18
RGB
CMYK
RGB Variations
Color information
#EDCC18 (or 0xEDCC18) is known color: Broom. HEX triplet: ED, CC and 18. RGB value is (237,204,24). Sum of RGB (Red+Green+Blue) = 237+204+24=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC18 is #1233E7. Grayscale: #C2C2C2. Windows color (decimal): -1192936 or 1625325. OLE color: 1625325.
HSL color Cylindrical-coordinate representation of color #EDCC18: hue angle of 50.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDCC18 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 24 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.07 |
| HSL | 50.7º | 0.86% | 0.51% | - |
| HSV(B) | 50.7º | 0.9% | 0.93% | - |
| XYZ | 56.68 | 61.26 | 9.7 | - |
| YUV | 193.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 24 | 0 | 0.14 | 0.90 | 0.07 | 50.7 | 0.86 | 0.51 |
| Hex | ED | CC | 18 | 0 | E | 5A | 7 | 33 | 56 | 33 |
| Octal | 355 | 314 | 30 | 0 | 16 | 132 | 7 | 63 | 126 | 63 |
| Binary | 11101101 | 11001100 | 11000 | 0 | 1110 | 1011010 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EDCC18
Complementary color
Monochromatic Colors of #EDCC18
Black with #EDCC18
Text Example
Text Example
White with #EDCC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC18; }
p { color: rgb(237,204,24); }
H1.HeaderClassName
{
color: #EDCC18;
}
.AnyTagClassName
{
color: #EDCC18;
}
</style>
background-color css
<style>
a { background-color: #EDCC18; }
a { background-color: rgb(237,204,24); }
div.DivClassName
{
background-color: #EDCC18;
}
.BgClassName
{
background-color: #EDCC18;
}
</style>
border-color css
<style>
span { border-color: #EDCC18; }
span { border-color: rgb(237,204,24); }
td.TdClassName
{
border-color: #EDCC18;
}
.TagClassName
{
border-color: #EDCC18;
}
</style>