Shades of Starship #E2EF38
Tints of Starship #E2EF38
RGB
CMYK
RGB Variations
Color information
#E2EF38 (or 0xE2EF38) is known color: Starship. HEX triplet: E2, EF and 38. RGB value is (226,239,56). Sum of RGB (Red+Green+Blue) = 226+239+56=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 56 (22.27% from 255 or 10.75% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF38 is #1D10C7. Grayscale: #D6D6D6. Windows color (decimal): -1904840 or 3731426. OLE color: 3731426.
HSL color Cylindrical-coordinate representation of color #E2EF38: hue angle of 64.26º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2EF38 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 56 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.06 |
| HSL | 64.26º | 0.85% | 0.58% | - |
| HSV(B) | 64.26º | 0.77% | 0.94% | - |
| XYZ | 62.94 | 78.19 | 15.52 | - |
| YUV | 214.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 56 | 0.05 | 0 | 0.77 | 0.06 | 64.26 | 0.85 | 0.58 |
| Hex | E2 | EF | 38 | 5 | 0 | 4D | 6 | 40 | 55 | 3A |
| Octal | 342 | 357 | 70 | 5 | 0 | 115 | 6 | 100 | 125 | 72 |
| Binary | 11100010 | 11101111 | 111000 | 101 | 0 | 1001101 | 110 | 1000000 | 1010101 | 111010 |
Color Harmonies of #E2EF38
Complementary color
Monochromatic Colors of #E2EF38
Black with #E2EF38
Text Example
Text Example
White with #E2EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF38; }
p { color: rgb(226,239,56); }
H1.HeaderClassName
{
color: #E2EF38;
}
.AnyTagClassName
{
color: #E2EF38;
}
</style>
background-color css
<style>
a { background-color: #E2EF38; }
a { background-color: rgb(226,239,56); }
div.DivClassName
{
background-color: #E2EF38;
}
.BgClassName
{
background-color: #E2EF38;
}
</style>
border-color css
<style>
span { border-color: #E2EF38; }
span { border-color: rgb(226,239,56); }
td.TdClassName
{
border-color: #E2EF38;
}
.TagClassName
{
border-color: #E2EF38;
}
</style>