Shades of Starship #E1EB40
Tints of Starship #E1EB40
RGB
CMYK
RGB Variations
Color information
#E1EB40 (or 0xE1EB40) is known color: Starship. HEX triplet: E1, EB and 40. RGB value is (225,235,64). Sum of RGB (Red+Green+Blue) = 225+235+64=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EB40 is #1E14BF. Grayscale: #D5D5D5. Windows color (decimal): -1971392 or 4254689. OLE color: 4254689.
HSL color Cylindrical-coordinate representation of color #E1EB40: hue angle of 63.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1EB40 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 64 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.08 |
| HSL | 63.51º | 0.81% | 0.59% | - |
| HSV(B) | 63.51º | 0.73% | 0.92% | - |
| XYZ | 61.69 | 75.79 | 16.23 | - |
| YUV | 212.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 64 | 0.04 | 0 | 0.73 | 0.08 | 63.51 | 0.81 | 0.59 |
| Hex | E1 | EB | 40 | 4 | 0 | 49 | 8 | 40 | 51 | 3B |
| Octal | 341 | 353 | 100 | 4 | 0 | 111 | 10 | 100 | 121 | 73 |
| Binary | 11100001 | 11101011 | 1000000 | 100 | 0 | 1001001 | 1000 | 1000000 | 1010001 | 111011 |
Color Harmonies of #E1EB40
Complementary color
Monochromatic Colors of #E1EB40
Black with #E1EB40
Text Example
Text Example
White with #E1EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EB40; }
p { color: rgb(225,235,64); }
H1.HeaderClassName
{
color: #E1EB40;
}
.AnyTagClassName
{
color: #E1EB40;
}
</style>
background-color css
<style>
a { background-color: #E1EB40; }
a { background-color: rgb(225,235,64); }
div.DivClassName
{
background-color: #E1EB40;
}
.BgClassName
{
background-color: #E1EB40;
}
</style>
border-color css
<style>
span { border-color: #E1EB40; }
span { border-color: rgb(225,235,64); }
td.TdClassName
{
border-color: #E1EB40;
}
.TagClassName
{
border-color: #E1EB40;
}
</style>