Shades of Starship #E1EA3E
Tints of Starship #E1EA3E
RGB
CMYK
RGB Variations
Color information
#E1EA3E (or 0xE1EA3E) is known color: Starship. HEX triplet: E1, EA and 3E. RGB value is (225,234,62). Sum of RGB (Red+Green+Blue) = 225+234+62=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EA3E is #1E15C1. Grayscale: #D4D4D4. Windows color (decimal): -1971650 or 4123361. OLE color: 4123361.
HSL color Cylindrical-coordinate representation of color #E1EA3E: hue angle of 63.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1EA3E is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 62 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.08 |
| HSL | 63.14º | 0.8% | 0.58% | - |
| HSV(B) | 63.14º | 0.74% | 0.92% | - |
| XYZ | 61.34 | 75.2 | 15.84 | - |
| YUV | 211.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 62 | 0.04 | 0 | 0.74 | 0.08 | 63.14 | 0.8 | 0.58 |
| Hex | E1 | EA | 3E | 4 | 0 | 4A | 8 | 3F | 50 | 3A |
| Octal | 341 | 352 | 76 | 4 | 0 | 112 | 10 | 77 | 120 | 72 |
| Binary | 11100001 | 11101010 | 111110 | 100 | 0 | 1001010 | 1000 | 111111 | 1010000 | 111010 |
Color Harmonies of #E1EA3E
Complementary color
Monochromatic Colors of #E1EA3E
Black with #E1EA3E
Text Example
Text Example
White with #E1EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EA3E; }
p { color: rgb(225,234,62); }
H1.HeaderClassName
{
color: #E1EA3E;
}
.AnyTagClassName
{
color: #E1EA3E;
}
</style>
background-color css
<style>
a { background-color: #E1EA3E; }
a { background-color: rgb(225,234,62); }
div.DivClassName
{
background-color: #E1EA3E;
}
.BgClassName
{
background-color: #E1EA3E;
}
</style>
border-color css
<style>
span { border-color: #E1EA3E; }
span { border-color: rgb(225,234,62); }
td.TdClassName
{
border-color: #E1EA3E;
}
.TagClassName
{
border-color: #E1EA3E;
}
</style>