Shades of Starship #E0E241
Tints of Starship #E0E241
RGB
CMYK
RGB Variations
Color information
#E0E241 (or 0xE0E241) is known color: Starship. HEX triplet: E0, E2 and 41. RGB value is (224,226,65). Sum of RGB (Red+Green+Blue) = 224+226+65=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E241 is #1F1DBE. Grayscale: #CFCFCF. Windows color (decimal): -2039231 or 4317920. OLE color: 4317920.
HSL color Cylindrical-coordinate representation of color #E0E241: hue angle of 60.75º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0E241 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 65 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.11 |
| HSL | 60.75º | 0.74% | 0.57% | - |
| HSV(B) | 60.75º | 0.71% | 0.89% | - |
| XYZ | 58.89 | 70.62 | 15.53 | - |
| YUV | 207.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 65 | 0.01 | 0 | 0.71 | 0.11 | 60.75 | 0.74 | 0.57 |
| Hex | E0 | E2 | 41 | 1 | 0 | 47 | B | 3D | 4A | 39 |
| Octal | 340 | 342 | 101 | 1 | 0 | 107 | 13 | 75 | 112 | 71 |
| Binary | 11100000 | 11100010 | 1000001 | 1 | 0 | 1000111 | 1011 | 111101 | 1001010 | 111001 |
Color Harmonies of #E0E241
Complementary color
Monochromatic Colors of #E0E241
Black with #E0E241
Text Example
Text Example
White with #E0E241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E241; }
p { color: rgb(224,226,65); }
H1.HeaderClassName
{
color: #E0E241;
}
.AnyTagClassName
{
color: #E0E241;
}
</style>
background-color css
<style>
a { background-color: #E0E241; }
a { background-color: rgb(224,226,65); }
div.DivClassName
{
background-color: #E0E241;
}
.BgClassName
{
background-color: #E0E241;
}
</style>
border-color css
<style>
span { border-color: #E0E241; }
span { border-color: rgb(224,226,65); }
td.TdClassName
{
border-color: #E0E241;
}
.TagClassName
{
border-color: #E0E241;
}
</style>