Shades of Starship #E0EC3E
Tints of Starship #E0EC3E
RGB
CMYK
RGB Variations
Color information
#E0EC3E (or 0xE0EC3E) is known color: Starship. HEX triplet: E0, EC and 3E. RGB value is (224,236,62). Sum of RGB (Red+Green+Blue) = 224+236+62=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC3E is #1F13C1. Grayscale: #D5D5D5. Windows color (decimal): -2036674 or 4123872. OLE color: 4123872.
HSL color Cylindrical-coordinate representation of color #E0EC3E: hue angle of 64.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0EC3E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 62 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.07 |
| HSL | 64.14º | 0.82% | 0.58% | - |
| HSV(B) | 64.14º | 0.74% | 0.93% | - |
| XYZ | 61.61 | 76.19 | 16.02 | - |
| YUV | 212.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 62 | 0.05 | 0 | 0.74 | 0.07 | 64.14 | 0.82 | 0.58 |
| Hex | E0 | EC | 3E | 5 | 0 | 4A | 7 | 40 | 52 | 3A |
| Octal | 340 | 354 | 76 | 5 | 0 | 112 | 7 | 100 | 122 | 72 |
| Binary | 11100000 | 11101100 | 111110 | 101 | 0 | 1001010 | 111 | 1000000 | 1010010 | 111010 |
Color Harmonies of #E0EC3E
Complementary color
Monochromatic Colors of #E0EC3E
Black with #E0EC3E
Text Example
Text Example
White with #E0EC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC3E; }
p { color: rgb(224,236,62); }
H1.HeaderClassName
{
color: #E0EC3E;
}
.AnyTagClassName
{
color: #E0EC3E;
}
</style>
background-color css
<style>
a { background-color: #E0EC3E; }
a { background-color: rgb(224,236,62); }
div.DivClassName
{
background-color: #E0EC3E;
}
.BgClassName
{
background-color: #E0EC3E;
}
</style>
border-color css
<style>
span { border-color: #E0EC3E; }
span { border-color: rgb(224,236,62); }
td.TdClassName
{
border-color: #E0EC3E;
}
.TagClassName
{
border-color: #E0EC3E;
}
</style>