Shades of Starship #E0E141
Tints of Starship #E0E141
RGB
CMYK
RGB Variations
Color information
#E0E141 (or 0xE0E141) is known color: Starship. HEX triplet: E0, E1 and 41. RGB value is (224,225,65). Sum of RGB (Red+Green+Blue) = 224+225+65=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E141 is #1F1EBE. Grayscale: #CFCFCF. Windows color (decimal): -2039487 or 4317664. OLE color: 4317664.
HSL color Cylindrical-coordinate representation of color #E0E141: hue angle of 60.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0E141 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 65 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.12 |
| HSL | 60.38º | 0.73% | 0.57% | - |
| HSV(B) | 60.38º | 0.71% | 0.88% | - |
| XYZ | 58.62 | 70.08 | 15.44 | - |
| YUV | 206.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 65 | 0.00 | 0 | 0.71 | 0.12 | 60.38 | 0.73 | 0.57 |
| Hex | E0 | E1 | 41 | 0 | 0 | 47 | C | 3C | 49 | 39 |
| Octal | 340 | 341 | 101 | 0 | 0 | 107 | 14 | 74 | 111 | 71 |
| Binary | 11100000 | 11100001 | 1000001 | 0 | 0 | 1000111 | 1100 | 111100 | 1001001 | 111001 |
Color Harmonies of #E0E141
Complementary color
Monochromatic Colors of #E0E141
Black with #E0E141
Text Example
Text Example
White with #E0E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E141; }
p { color: rgb(224,225,65); }
H1.HeaderClassName
{
color: #E0E141;
}
.AnyTagClassName
{
color: #E0E141;
}
</style>
background-color css
<style>
a { background-color: #E0E141; }
a { background-color: rgb(224,225,65); }
div.DivClassName
{
background-color: #E0E141;
}
.BgClassName
{
background-color: #E0E141;
}
</style>
border-color css
<style>
span { border-color: #E0E141; }
span { border-color: rgb(224,225,65); }
td.TdClassName
{
border-color: #E0E141;
}
.TagClassName
{
border-color: #E0E141;
}
</style>