Shades of Starship #E0E246
Tints of Starship #E0E246
RGB
CMYK
RGB Variations
Color information
#E0E246 (or 0xE0E246) is known color: Starship. HEX triplet: E0, E2 and 46. RGB value is (224,226,70). Sum of RGB (Red+Green+Blue) = 224+226+70=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E246 is #1F1DB9. Grayscale: #D0D0D0. Windows color (decimal): -2039226 or 4645600. OLE color: 4645600.
HSL color Cylindrical-coordinate representation of color #E0E246: hue angle of 60.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0E246 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 70 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.11 |
| HSL | 60.77º | 0.73% | 0.58% | - |
| HSV(B) | 60.77º | 0.69% | 0.89% | - |
| XYZ | 59.04 | 70.68 | 16.33 | - |
| YUV | 207.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 70 | 0.01 | 0 | 0.69 | 0.11 | 60.77 | 0.73 | 0.58 |
| Hex | E0 | E2 | 46 | 1 | 0 | 45 | B | 3D | 49 | 3A |
| Octal | 340 | 342 | 106 | 1 | 0 | 105 | 13 | 75 | 111 | 72 |
| Binary | 11100000 | 11100010 | 1000110 | 1 | 0 | 1000101 | 1011 | 111101 | 1001001 | 111010 |
Color Harmonies of #E0E246
Complementary color
Monochromatic Colors of #E0E246
Black with #E0E246
Text Example
Text Example
White with #E0E246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E246; }
p { color: rgb(224,226,70); }
H1.HeaderClassName
{
color: #E0E246;
}
.AnyTagClassName
{
color: #E0E246;
}
</style>
background-color css
<style>
a { background-color: #E0E246; }
a { background-color: rgb(224,226,70); }
div.DivClassName
{
background-color: #E0E246;
}
.BgClassName
{
background-color: #E0E246;
}
</style>
border-color css
<style>
span { border-color: #E0E246; }
span { border-color: rgb(224,226,70); }
td.TdClassName
{
border-color: #E0E246;
}
.TagClassName
{
border-color: #E0E246;
}
</style>