Shades of Starship #ECEC41
Tints of Starship #ECEC41
RGB
CMYK
RGB Variations
Color information
#ECEC41 (or 0xECEC41) is known color: Starship. HEX triplet: EC, EC and 41. RGB value is (236,236,65). Sum of RGB (Red+Green+Blue) = 236+236+65=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC41 is #1313BE. Grayscale: #D9D9D9. Windows color (decimal): -1250239 or 4320492. OLE color: 4320492.
HSL color Cylindrical-coordinate representation of color #ECEC41: hue angle of 60º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECEC41 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 65 | - |
| CMYK | 0 | 0 | 0.72 | 0.07 |
| HSL | 60º | 0.82% | 0.59% | - |
| HSV(B) | 60º | 0.72% | 0.93% | - |
| XYZ | 65.54 | 78.21 | 16.64 | - |
| YUV | 216.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 65 | 0 | 0 | 0.72 | 0.07 | 60 | 0.82 | 0.59 |
| Hex | EC | EC | 41 | 0 | 0 | 48 | 7 | 3C | 52 | 3B |
| Octal | 354 | 354 | 101 | 0 | 0 | 110 | 7 | 74 | 122 | 73 |
| Binary | 11101100 | 11101100 | 1000001 | 0 | 0 | 1001000 | 111 | 111100 | 1010010 | 111011 |
Color Harmonies of #ECEC41
Complementary color
Monochromatic Colors of #ECEC41
Black with #ECEC41
Text Example
Text Example
White with #ECEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC41; }
p { color: rgb(236,236,65); }
H1.HeaderClassName
{
color: #ECEC41;
}
.AnyTagClassName
{
color: #ECEC41;
}
</style>
background-color css
<style>
a { background-color: #ECEC41; }
a { background-color: rgb(236,236,65); }
div.DivClassName
{
background-color: #ECEC41;
}
.BgClassName
{
background-color: #ECEC41;
}
</style>
border-color css
<style>
span { border-color: #ECEC41; }
span { border-color: rgb(236,236,65); }
td.TdClassName
{
border-color: #ECEC41;
}
.TagClassName
{
border-color: #ECEC41;
}
</style>