Shades of Starship #E2EC35
Tints of Starship #E2EC35
RGB
CMYK
RGB Variations
Color information
#E2EC35 (or 0xE2EC35) is known color: Starship. HEX triplet: E2, EC and 35. RGB value is (226,236,53). Sum of RGB (Red+Green+Blue) = 226+236+53=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC35 is #1D13CA. Grayscale: #D4D4D4. Windows color (decimal): -1905611 or 3534050. OLE color: 3534050.
HSL color Cylindrical-coordinate representation of color #E2EC35: hue angle of 63.28º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2EC35 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 53 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.07 |
| HSL | 63.28º | 0.83% | 0.57% | - |
| HSV(B) | 63.28º | 0.78% | 0.93% | - |
| XYZ | 62 | 76.42 | 14.85 | - |
| YUV | 212.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 53 | 0.04 | 0 | 0.78 | 0.07 | 63.28 | 0.83 | 0.57 |
| Hex | E2 | EC | 35 | 4 | 0 | 4E | 7 | 3F | 53 | 39 |
| Octal | 342 | 354 | 65 | 4 | 0 | 116 | 7 | 77 | 123 | 71 |
| Binary | 11100010 | 11101100 | 110101 | 100 | 0 | 1001110 | 111 | 111111 | 1010011 | 111001 |
Color Harmonies of #E2EC35
Complementary color
Monochromatic Colors of #E2EC35
Black with #E2EC35
Text Example
Text Example
White with #E2EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC35; }
p { color: rgb(226,236,53); }
H1.HeaderClassName
{
color: #E2EC35;
}
.AnyTagClassName
{
color: #E2EC35;
}
</style>
background-color css
<style>
a { background-color: #E2EC35; }
a { background-color: rgb(226,236,53); }
div.DivClassName
{
background-color: #E2EC35;
}
.BgClassName
{
background-color: #E2EC35;
}
</style>
border-color css
<style>
span { border-color: #E2EC35; }
span { border-color: rgb(226,236,53); }
td.TdClassName
{
border-color: #E2EC35;
}
.TagClassName
{
border-color: #E2EC35;
}
</style>