Shades of Broom #EECD15
Tints of Broom #EECD15
RGB
CMYK
RGB Variations
Color information
#EECD15 (or 0xEECD15) is known color: Broom. HEX triplet: EE, CD and 15. RGB value is (238,205,21). Sum of RGB (Red+Green+Blue) = 238+205+21=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECD15 is #1132EA. Grayscale: #C2C2C2. Windows color (decimal): -1127147 or 1428974. OLE color: 1428974.
HSL color Cylindrical-coordinate representation of color #EECD15: hue angle of 50.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EECD15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.07 |
| HSL | 50.88º | 0.86% | 0.51% | - |
| HSV(B) | 50.88º | 0.91% | 0.93% | - |
| XYZ | 57.23 | 61.89 | 9.64 | - |
| YUV | 193.89 | 30.43 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 21 | 0 | 0.14 | 0.91 | 0.07 | 50.88 | 0.86 | 0.51 |
| Hex | EE | CD | 15 | 0 | E | 5B | 7 | 33 | 56 | 33 |
| Octal | 356 | 315 | 25 | 0 | 16 | 133 | 7 | 63 | 126 | 63 |
| Binary | 11101110 | 11001101 | 10101 | 0 | 1110 | 1011011 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EECD15
Complementary color
Monochromatic Colors of #EECD15
Black with #EECD15
Text Example
Text Example
White with #EECD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD15; }
p { color: rgb(238,205,21); }
H1.HeaderClassName
{
color: #EECD15;
}
.AnyTagClassName
{
color: #EECD15;
}
</style>
background-color css
<style>
a { background-color: #EECD15; }
a { background-color: rgb(238,205,21); }
div.DivClassName
{
background-color: #EECD15;
}
.BgClassName
{
background-color: #EECD15;
}
</style>
border-color css
<style>
span { border-color: #EECD15; }
span { border-color: rgb(238,205,21); }
td.TdClassName
{
border-color: #EECD15;
}
.TagClassName
{
border-color: #EECD15;
}
</style>