Shades of Broom #EECF13
Tints of Broom #EECF13
RGB
CMYK
RGB Variations
Color information
#EECF13 (or 0xEECF13) is known color: Broom. HEX triplet: EE, CF and 13. RGB value is (238,207,19). Sum of RGB (Red+Green+Blue) = 238+207+19=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECF13 is #1130EC. Grayscale: #C3C3C3. Windows color (decimal): -1126637 or 1298414. OLE color: 1298414.
HSL color Cylindrical-coordinate representation of color #EECF13: hue angle of 51.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EECF13 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.07 |
| HSL | 51.51º | 0.87% | 0.5% | - |
| HSV(B) | 51.51º | 0.92% | 0.93% | - |
| XYZ | 57.69 | 62.85 | 9.71 | - |
| YUV | 194.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 19 | 0 | 0.13 | 0.92 | 0.07 | 51.51 | 0.87 | 0.5 |
| Hex | EE | CF | 13 | 0 | D | 5C | 7 | 34 | 57 | 32 |
| Octal | 356 | 317 | 23 | 0 | 15 | 134 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11001111 | 10011 | 0 | 1101 | 1011100 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EECF13
Complementary color
Monochromatic Colors of #EECF13
Black with #EECF13
Text Example
Text Example
White with #EECF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF13; }
p { color: rgb(238,207,19); }
H1.HeaderClassName
{
color: #EECF13;
}
.AnyTagClassName
{
color: #EECF13;
}
</style>
background-color css
<style>
a { background-color: #EECF13; }
a { background-color: rgb(238,207,19); }
div.DivClassName
{
background-color: #EECF13;
}
.BgClassName
{
background-color: #EECF13;
}
</style>
border-color css
<style>
span { border-color: #EECF13; }
span { border-color: rgb(238,207,19); }
td.TdClassName
{
border-color: #EECF13;
}
.TagClassName
{
border-color: #EECF13;
}
</style>