Shades of Starship #E8E140
Tints of Starship #E8E140
RGB
CMYK
RGB Variations
Color information
#E8E140 (or 0xE8E140) is known color: Starship. HEX triplet: E8, E1 and 40. RGB value is (232,225,64). Sum of RGB (Red+Green+Blue) = 232+225+64=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E140 is #171EBF. Grayscale: #D1D1D1. Windows color (decimal): -1515200 or 4252136. OLE color: 4252136.
HSL color Cylindrical-coordinate representation of color #E8E140: hue angle of 57.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8E140 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 64 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.09 |
| HSL | 57.5º | 0.79% | 0.58% | - |
| HSV(B) | 57.5º | 0.72% | 0.91% | - |
| XYZ | 61.13 | 71.38 | 15.41 | - |
| YUV | 208.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 64 | 0 | 0.03 | 0.72 | 0.09 | 57.5 | 0.79 | 0.58 |
| Hex | E8 | E1 | 40 | 0 | 3 | 48 | 9 | 3A | 4F | 3A |
| Octal | 350 | 341 | 100 | 0 | 3 | 110 | 11 | 72 | 117 | 72 |
| Binary | 11101000 | 11100001 | 1000000 | 0 | 11 | 1001000 | 1001 | 111010 | 1001111 | 111010 |
Color Harmonies of #E8E140
Complementary color
Monochromatic Colors of #E8E140
Black with #E8E140
Text Example
Text Example
White with #E8E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E140; }
p { color: rgb(232,225,64); }
H1.HeaderClassName
{
color: #E8E140;
}
.AnyTagClassName
{
color: #E8E140;
}
</style>
background-color css
<style>
a { background-color: #E8E140; }
a { background-color: rgb(232,225,64); }
div.DivClassName
{
background-color: #E8E140;
}
.BgClassName
{
background-color: #E8E140;
}
</style>
border-color css
<style>
span { border-color: #E8E140; }
span { border-color: rgb(232,225,64); }
td.TdClassName
{
border-color: #E8E140;
}
.TagClassName
{
border-color: #E8E140;
}
</style>