Shades of Starship #E2EF42
Tints of Starship #E2EF42
RGB
CMYK
RGB Variations
Color information
#E2EF42 (or 0xE2EF42) is known color: Starship. HEX triplet: E2, EF and 42. RGB value is (226,239,66). Sum of RGB (Red+Green+Blue) = 226+239+66=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF42 is #1D10BD. Grayscale: #D8D8D8. Windows color (decimal): -1904830 or 4386786. OLE color: 4386786.
HSL color Cylindrical-coordinate representation of color #E2EF42: hue angle of 64.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2EF42 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 66 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.06 |
| HSL | 64.51º | 0.84% | 0.6% | - |
| HSV(B) | 64.51º | 0.72% | 0.94% | - |
| XYZ | 63.21 | 78.3 | 16.94 | - |
| YUV | 215.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 66 | 0.05 | 0 | 0.72 | 0.06 | 64.51 | 0.84 | 0.6 |
| Hex | E2 | EF | 42 | 5 | 0 | 48 | 6 | 41 | 54 | 3C |
| Octal | 342 | 357 | 102 | 5 | 0 | 110 | 6 | 101 | 124 | 74 |
| Binary | 11100010 | 11101111 | 1000010 | 101 | 0 | 1001000 | 110 | 1000001 | 1010100 | 111100 |
Color Harmonies of #E2EF42
Complementary color
Monochromatic Colors of #E2EF42
Black with #E2EF42
Text Example
Text Example
White with #E2EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF42; }
p { color: rgb(226,239,66); }
H1.HeaderClassName
{
color: #E2EF42;
}
.AnyTagClassName
{
color: #E2EF42;
}
</style>
background-color css
<style>
a { background-color: #E2EF42; }
a { background-color: rgb(226,239,66); }
div.DivClassName
{
background-color: #E2EF42;
}
.BgClassName
{
background-color: #E2EF42;
}
</style>
border-color css
<style>
span { border-color: #E2EF42; }
span { border-color: rgb(226,239,66); }
td.TdClassName
{
border-color: #E2EF42;
}
.TagClassName
{
border-color: #E2EF42;
}
</style>