Shades of Starship #E2EF35
Tints of Starship #E2EF35
RGB
CMYK
RGB Variations
Color information
#E2EF35 (or 0xE2EF35) is known color: Starship. HEX triplet: E2, EF and 35. RGB value is (226,239,53). Sum of RGB (Red+Green+Blue) = 226+239+53=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF35 is #1D10CA. Grayscale: #D6D6D6. Windows color (decimal): -1904843 or 3534818. OLE color: 3534818.
HSL color Cylindrical-coordinate representation of color #E2EF35: hue angle of 64.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2EF35 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 53 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.06 |
| HSL | 64.19º | 0.85% | 0.57% | - |
| HSV(B) | 64.19º | 0.78% | 0.94% | - |
| XYZ | 62.87 | 78.16 | 15.14 | - |
| YUV | 213.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 53 | 0.05 | 0 | 0.78 | 0.06 | 64.19 | 0.85 | 0.57 |
| Hex | E2 | EF | 35 | 5 | 0 | 4E | 6 | 40 | 55 | 39 |
| Octal | 342 | 357 | 65 | 5 | 0 | 116 | 6 | 100 | 125 | 71 |
| Binary | 11100010 | 11101111 | 110101 | 101 | 0 | 1001110 | 110 | 1000000 | 1010101 | 111001 |
Color Harmonies of #E2EF35
Complementary color
Monochromatic Colors of #E2EF35
Black with #E2EF35
Text Example
Text Example
White with #E2EF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF35; }
p { color: rgb(226,239,53); }
H1.HeaderClassName
{
color: #E2EF35;
}
.AnyTagClassName
{
color: #E2EF35;
}
</style>
background-color css
<style>
a { background-color: #E2EF35; }
a { background-color: rgb(226,239,53); }
div.DivClassName
{
background-color: #E2EF35;
}
.BgClassName
{
background-color: #E2EF35;
}
</style>
border-color css
<style>
span { border-color: #E2EF35; }
span { border-color: rgb(226,239,53); }
td.TdClassName
{
border-color: #E2EF35;
}
.TagClassName
{
border-color: #E2EF35;
}
</style>