Shades of Starship #E3EF40
Tints of Starship #E3EF40
RGB
CMYK
RGB Variations
Color information
#E3EF40 (or 0xE3EF40) is known color: Starship. HEX triplet: E3, EF and 40. RGB value is (227,239,64). Sum of RGB (Red+Green+Blue) = 227+239+64=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3EF40 is #1C10BF. Grayscale: #D8D8D8. Windows color (decimal): -1839296 or 4255715. OLE color: 4255715.
HSL color Cylindrical-coordinate representation of color #E3EF40: hue angle of 64.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3EF40 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 64 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.06 |
| HSL | 64.11º | 0.85% | 0.59% | - |
| HSV(B) | 64.11º | 0.73% | 0.94% | - |
| XYZ | 63.47 | 78.43 | 16.64 | - |
| YUV | 215.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 64 | 0.05 | 0 | 0.73 | 0.06 | 64.11 | 0.85 | 0.59 |
| Hex | E3 | EF | 40 | 5 | 0 | 49 | 6 | 40 | 55 | 3B |
| Octal | 343 | 357 | 100 | 5 | 0 | 111 | 6 | 100 | 125 | 73 |
| Binary | 11100011 | 11101111 | 1000000 | 101 | 0 | 1001001 | 110 | 1000000 | 1010101 | 111011 |
Color Harmonies of #E3EF40
Complementary color
Monochromatic Colors of #E3EF40
Black with #E3EF40
Text Example
Text Example
White with #E3EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EF40; }
p { color: rgb(227,239,64); }
H1.HeaderClassName
{
color: #E3EF40;
}
.AnyTagClassName
{
color: #E3EF40;
}
</style>
background-color css
<style>
a { background-color: #E3EF40; }
a { background-color: rgb(227,239,64); }
div.DivClassName
{
background-color: #E3EF40;
}
.BgClassName
{
background-color: #E3EF40;
}
</style>
border-color css
<style>
span { border-color: #E3EF40; }
span { border-color: rgb(227,239,64); }
td.TdClassName
{
border-color: #E3EF40;
}
.TagClassName
{
border-color: #E3EF40;
}
</style>