Shades of Starship #E0EC3C
Tints of Starship #E0EC3C
RGB
CMYK
RGB Variations
Color information
#E0EC3C (or 0xE0EC3C) is known color: Starship. HEX triplet: E0, EC and 3C. RGB value is (224,236,60). Sum of RGB (Red+Green+Blue) = 224+236+60=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC3C is #1F13C3. Grayscale: #D5D5D5. Windows color (decimal): -2036676 or 3992800. OLE color: 3992800.
HSL color Cylindrical-coordinate representation of color #E0EC3C: hue angle of 64.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0EC3C is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 60 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.07 |
| HSL | 64.09º | 0.82% | 0.58% | - |
| HSV(B) | 64.09º | 0.75% | 0.93% | - |
| XYZ | 61.55 | 76.16 | 15.73 | - |
| YUV | 212.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 60 | 0.05 | 0 | 0.75 | 0.07 | 64.09 | 0.82 | 0.58 |
| Hex | E0 | EC | 3C | 5 | 0 | 4B | 7 | 40 | 52 | 3A |
| Octal | 340 | 354 | 74 | 5 | 0 | 113 | 7 | 100 | 122 | 72 |
| Binary | 11100000 | 11101100 | 111100 | 101 | 0 | 1001011 | 111 | 1000000 | 1010010 | 111010 |
Color Harmonies of #E0EC3C
Complementary color
Monochromatic Colors of #E0EC3C
Black with #E0EC3C
Text Example
Text Example
White with #E0EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC3C; }
p { color: rgb(224,236,60); }
H1.HeaderClassName
{
color: #E0EC3C;
}
.AnyTagClassName
{
color: #E0EC3C;
}
</style>
background-color css
<style>
a { background-color: #E0EC3C; }
a { background-color: rgb(224,236,60); }
div.DivClassName
{
background-color: #E0EC3C;
}
.BgClassName
{
background-color: #E0EC3C;
}
</style>
border-color css
<style>
span { border-color: #E0EC3C; }
span { border-color: rgb(224,236,60); }
td.TdClassName
{
border-color: #E0EC3C;
}
.TagClassName
{
border-color: #E0EC3C;
}
</style>