Shades of Broom #EDCC1C
Tints of Broom #EDCC1C
RGB
CMYK
RGB Variations
Color information
#EDCC1C (or 0xEDCC1C) is known color: Broom. HEX triplet: ED, CC and 1C. RGB value is (237,204,28). Sum of RGB (Red+Green+Blue) = 237+204+28=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC1C is #1233E3. Grayscale: #C2C2C2. Windows color (decimal): -1192932 or 1887469. OLE color: 1887469.
HSL color Cylindrical-coordinate representation of color #EDCC1C: hue angle of 50.53º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDCC1C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.07 |
| HSL | 50.53º | 0.85% | 0.52% | - |
| HSV(B) | 50.53º | 0.88% | 0.93% | - |
| XYZ | 56.73 | 61.27 | 9.94 | - |
| YUV | 193.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 28 | 0 | 0.14 | 0.88 | 0.07 | 50.53 | 0.85 | 0.52 |
| Hex | ED | CC | 1C | 0 | E | 58 | 7 | 33 | 55 | 34 |
| Octal | 355 | 314 | 34 | 0 | 16 | 130 | 7 | 63 | 125 | 64 |
| Binary | 11101101 | 11001100 | 11100 | 0 | 1110 | 1011000 | 111 | 110011 | 1010101 | 110100 |
Color Harmonies of #EDCC1C
Complementary color
Monochromatic Colors of #EDCC1C
Black with #EDCC1C
Text Example
Text Example
White with #EDCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC1C; }
p { color: rgb(237,204,28); }
H1.HeaderClassName
{
color: #EDCC1C;
}
.AnyTagClassName
{
color: #EDCC1C;
}
</style>
background-color css
<style>
a { background-color: #EDCC1C; }
a { background-color: rgb(237,204,28); }
div.DivClassName
{
background-color: #EDCC1C;
}
.BgClassName
{
background-color: #EDCC1C;
}
</style>
border-color css
<style>
span { border-color: #EDCC1C; }
span { border-color: rgb(237,204,28); }
td.TdClassName
{
border-color: #EDCC1C;
}
.TagClassName
{
border-color: #EDCC1C;
}
</style>