Shades of Starship #E2EF34
Tints of Starship #E2EF34
RGB
CMYK
RGB Variations
Color information
#E2EF34 (or 0xE2EF34) is known color: Starship. HEX triplet: E2, EF and 34. RGB value is (226,239,52). Sum of RGB (Red+Green+Blue) = 226+239+52=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF34 is #1D10CB. Grayscale: #D6D6D6. Windows color (decimal): -1904844 or 3469282. OLE color: 3469282.
HSL color Cylindrical-coordinate representation of color #E2EF34: hue angle of 64.17º 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 #E2EF34 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 52 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.06 |
| HSL | 64.17º | 0.85% | 0.57% | - |
| HSV(B) | 64.17º | 0.78% | 0.94% | - |
| XYZ | 62.85 | 78.15 | 15.02 | - |
| YUV | 213.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 52 | 0.05 | 0 | 0.78 | 0.06 | 64.17 | 0.85 | 0.57 |
| Hex | E2 | EF | 34 | 5 | 0 | 4E | 6 | 40 | 55 | 39 |
| Octal | 342 | 357 | 64 | 5 | 0 | 116 | 6 | 100 | 125 | 71 |
| Binary | 11100010 | 11101111 | 110100 | 101 | 0 | 1001110 | 110 | 1000000 | 1010101 | 111001 |
Color Harmonies of #E2EF34
Complementary color
Monochromatic Colors of #E2EF34
Black with #E2EF34
Text Example
Text Example
White with #E2EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF34; }
p { color: rgb(226,239,52); }
H1.HeaderClassName
{
color: #E2EF34;
}
.AnyTagClassName
{
color: #E2EF34;
}
</style>
background-color css
<style>
a { background-color: #E2EF34; }
a { background-color: rgb(226,239,52); }
div.DivClassName
{
background-color: #E2EF34;
}
.BgClassName
{
background-color: #E2EF34;
}
</style>
border-color css
<style>
span { border-color: #E2EF34; }
span { border-color: rgb(226,239,52); }
td.TdClassName
{
border-color: #E2EF34;
}
.TagClassName
{
border-color: #E2EF34;
}
</style>