Shades of Starship #E2EA46
Tints of Starship #E2EA46
RGB
CMYK
RGB Variations
Color information
#E2EA46 (or 0xE2EA46) is known color: Starship. HEX triplet: E2, EA and 46. RGB value is (226,234,70). Sum of RGB (Red+Green+Blue) = 226+234+70=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA46 is #1D15B9. Grayscale: #D5D5D5. Windows color (decimal): -1906106 or 4647650. OLE color: 4647650.
HSL color Cylindrical-coordinate representation of color #E2EA46: hue angle of 62.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2EA46 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 70 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.08 |
| HSL | 62.93º | 0.8% | 0.6% | - |
| HSV(B) | 62.93º | 0.7% | 0.92% | - |
| XYZ | 61.89 | 75.46 | 17.1 | - |
| YUV | 212.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 70 | 0.03 | 0 | 0.70 | 0.08 | 62.93 | 0.8 | 0.6 |
| Hex | E2 | EA | 46 | 3 | 0 | 46 | 8 | 3F | 50 | 3C |
| Octal | 342 | 352 | 106 | 3 | 0 | 106 | 10 | 77 | 120 | 74 |
| Binary | 11100010 | 11101010 | 1000110 | 11 | 0 | 1000110 | 1000 | 111111 | 1010000 | 111100 |
Color Harmonies of #E2EA46
Complementary color
Monochromatic Colors of #E2EA46
Black with #E2EA46
Text Example
Text Example
White with #E2EA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA46; }
p { color: rgb(226,234,70); }
H1.HeaderClassName
{
color: #E2EA46;
}
.AnyTagClassName
{
color: #E2EA46;
}
</style>
background-color css
<style>
a { background-color: #E2EA46; }
a { background-color: rgb(226,234,70); }
div.DivClassName
{
background-color: #E2EA46;
}
.BgClassName
{
background-color: #E2EA46;
}
</style>
border-color css
<style>
span { border-color: #E2EA46; }
span { border-color: rgb(226,234,70); }
td.TdClassName
{
border-color: #E2EA46;
}
.TagClassName
{
border-color: #E2EA46;
}
</style>