Shades of Starship #E2EA2F
Tints of Starship #E2EA2F
RGB
CMYK
RGB Variations
Color information
#E2EA2F (or 0xE2EA2F) is known color: Starship. HEX triplet: E2, EA and 2F. RGB value is (226,234,47). Sum of RGB (Red+Green+Blue) = 226+234+47=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA2F is #1D15D0. Grayscale: #D3D3D3. Windows color (decimal): -1906129 or 3140322. OLE color: 3140322.
HSL color Cylindrical-coordinate representation of color #E2EA2F: hue angle of 62.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2EA2F is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 47 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.08 |
| HSL | 62.57º | 0.82% | 0.55% | - |
| HSV(B) | 62.57º | 0.8% | 0.92% | - |
| XYZ | 61.3 | 75.22 | 13.98 | - |
| YUV | 210.29 | 35.85 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 47 | 0.03 | 0 | 0.80 | 0.08 | 62.57 | 0.82 | 0.55 |
| Hex | E2 | EA | 2F | 3 | 0 | 50 | 8 | 3F | 52 | 37 |
| Octal | 342 | 352 | 57 | 3 | 0 | 120 | 10 | 77 | 122 | 67 |
| Binary | 11100010 | 11101010 | 101111 | 11 | 0 | 1010000 | 1000 | 111111 | 1010010 | 110111 |
Color Harmonies of #E2EA2F
Complementary color
Monochromatic Colors of #E2EA2F
Black with #E2EA2F
Text Example
Text Example
White with #E2EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA2F; }
p { color: rgb(226,234,47); }
H1.HeaderClassName
{
color: #E2EA2F;
}
.AnyTagClassName
{
color: #E2EA2F;
}
</style>
background-color css
<style>
a { background-color: #E2EA2F; }
a { background-color: rgb(226,234,47); }
div.DivClassName
{
background-color: #E2EA2F;
}
.BgClassName
{
background-color: #E2EA2F;
}
</style>
border-color css
<style>
span { border-color: #E2EA2F; }
span { border-color: rgb(226,234,47); }
td.TdClassName
{
border-color: #E2EA2F;
}
.TagClassName
{
border-color: #E2EA2F;
}
</style>