Shades of Starship #E2EF3E
Tints of Starship #E2EF3E
RGB
CMYK
RGB Variations
Color information
#E2EF3E (or 0xE2EF3E) is known color: Starship. HEX triplet: E2, EF and 3E. RGB value is (226,239,62). Sum of RGB (Red+Green+Blue) = 226+239+62=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF3E is #1D10C1. Grayscale: #D7D7D7. Windows color (decimal): -1904834 or 4124642. OLE color: 4124642.
HSL color Cylindrical-coordinate representation of color #E2EF3E: hue angle of 64.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2EF3E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 62 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.06 |
| HSL | 64.41º | 0.85% | 0.59% | - |
| HSV(B) | 64.41º | 0.74% | 0.94% | - |
| XYZ | 63.1 | 78.25 | 16.34 | - |
| YUV | 214.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 62 | 0.05 | 0 | 0.74 | 0.06 | 64.41 | 0.85 | 0.59 |
| Hex | E2 | EF | 3E | 5 | 0 | 4A | 6 | 40 | 55 | 3B |
| Octal | 342 | 357 | 76 | 5 | 0 | 112 | 6 | 100 | 125 | 73 |
| Binary | 11100010 | 11101111 | 111110 | 101 | 0 | 1001010 | 110 | 1000000 | 1010101 | 111011 |
Color Harmonies of #E2EF3E
Complementary color
Monochromatic Colors of #E2EF3E
Black with #E2EF3E
Text Example
Text Example
White with #E2EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF3E; }
p { color: rgb(226,239,62); }
H1.HeaderClassName
{
color: #E2EF3E;
}
.AnyTagClassName
{
color: #E2EF3E;
}
</style>
background-color css
<style>
a { background-color: #E2EF3E; }
a { background-color: rgb(226,239,62); }
div.DivClassName
{
background-color: #E2EF3E;
}
.BgClassName
{
background-color: #E2EF3E;
}
</style>
border-color css
<style>
span { border-color: #E2EF3E; }
span { border-color: rgb(226,239,62); }
td.TdClassName
{
border-color: #E2EF3E;
}
.TagClassName
{
border-color: #E2EF3E;
}
</style>