Shades of Starship #E2EF45
Tints of Starship #E2EF45
RGB
CMYK
RGB Variations
Color information
#E2EF45 (or 0xE2EF45) is known color: Starship. HEX triplet: E2, EF and 45. RGB value is (226,239,69). Sum of RGB (Red+Green+Blue) = 226+239+69=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF45 is #1D10BA. Grayscale: #D8D8D8. Windows color (decimal): -1904827 or 4583394. OLE color: 4583394.
HSL color Cylindrical-coordinate representation of color #E2EF45: hue angle of 64.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2EF45 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 69 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.06 |
| HSL | 64.59º | 0.84% | 0.6% | - |
| HSV(B) | 64.59º | 0.71% | 0.94% | - |
| XYZ | 63.3 | 78.33 | 17.41 | - |
| YUV | 215.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 69 | 0.05 | 0 | 0.71 | 0.06 | 64.59 | 0.84 | 0.6 |
| Hex | E2 | EF | 45 | 5 | 0 | 47 | 6 | 41 | 54 | 3C |
| Octal | 342 | 357 | 105 | 5 | 0 | 107 | 6 | 101 | 124 | 74 |
| Binary | 11100010 | 11101111 | 1000101 | 101 | 0 | 1000111 | 110 | 1000001 | 1010100 | 111100 |
Color Harmonies of #E2EF45
Complementary color
Monochromatic Colors of #E2EF45
Black with #E2EF45
Text Example
Text Example
White with #E2EF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF45; }
p { color: rgb(226,239,69); }
H1.HeaderClassName
{
color: #E2EF45;
}
.AnyTagClassName
{
color: #E2EF45;
}
</style>
background-color css
<style>
a { background-color: #E2EF45; }
a { background-color: rgb(226,239,69); }
div.DivClassName
{
background-color: #E2EF45;
}
.BgClassName
{
background-color: #E2EF45;
}
</style>
border-color css
<style>
span { border-color: #E2EF45; }
span { border-color: rgb(226,239,69); }
td.TdClassName
{
border-color: #E2EF45;
}
.TagClassName
{
border-color: #E2EF45;
}
</style>