Shades of Starship #E5EF40
Tints of Starship #E5EF40
RGB
CMYK
RGB Variations
Color information
#E5EF40 (or 0xE5EF40) is known color: Starship. HEX triplet: E5, EF and 40. RGB value is (229,239,64). Sum of RGB (Red+Green+Blue) = 229+239+64=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF40 is #1A10BF. Grayscale: #D8D8D8. Windows color (decimal): -1708224 or 4255717. OLE color: 4255717.
HSL color Cylindrical-coordinate representation of color #E5EF40: hue angle of 63.43º 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 #E5EF40 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 64 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.06 |
| HSL | 63.43º | 0.85% | 0.59% | - |
| HSV(B) | 63.43º | 0.73% | 0.94% | - |
| XYZ | 64.11 | 78.76 | 16.67 | - |
| YUV | 216.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 64 | 0.04 | 0 | 0.73 | 0.06 | 63.43 | 0.85 | 0.59 |
| Hex | E5 | EF | 40 | 4 | 0 | 49 | 6 | 3F | 55 | 3B |
| Octal | 345 | 357 | 100 | 4 | 0 | 111 | 6 | 77 | 125 | 73 |
| Binary | 11100101 | 11101111 | 1000000 | 100 | 0 | 1001001 | 110 | 111111 | 1010101 | 111011 |
Color Harmonies of #E5EF40
Complementary color
Monochromatic Colors of #E5EF40
Black with #E5EF40
Text Example
Text Example
White with #E5EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF40; }
p { color: rgb(229,239,64); }
H1.HeaderClassName
{
color: #E5EF40;
}
.AnyTagClassName
{
color: #E5EF40;
}
</style>
background-color css
<style>
a { background-color: #E5EF40; }
a { background-color: rgb(229,239,64); }
div.DivClassName
{
background-color: #E5EF40;
}
.BgClassName
{
background-color: #E5EF40;
}
</style>
border-color css
<style>
span { border-color: #E5EF40; }
span { border-color: rgb(229,239,64); }
td.TdClassName
{
border-color: #E5EF40;
}
.TagClassName
{
border-color: #E5EF40;
}
</style>