Shades of Starship #E0E346
Tints of Starship #E0E346
RGB
CMYK
RGB Variations
Color information
#E0E346 (or 0xE0E346) is known color: Starship. HEX triplet: E0, E3 and 46. RGB value is (224,227,70). Sum of RGB (Red+Green+Blue) = 224+227+70=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E346 is #1F1CB9. Grayscale: #D0D0D0. Windows color (decimal): -2038970 or 4645856. OLE color: 4645856.
HSL color Cylindrical-coordinate representation of color #E0E346: hue angle of 61.15º degrees, saturation: 0.74, 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 #E0E346 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 70 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.11 |
| HSL | 61.15º | 0.74% | 0.58% | - |
| HSV(B) | 61.15º | 0.69% | 0.89% | - |
| XYZ | 59.32 | 71.23 | 16.42 | - |
| YUV | 208.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 70 | 0.01 | 0 | 0.69 | 0.11 | 61.15 | 0.74 | 0.58 |
| Hex | E0 | E3 | 46 | 1 | 0 | 45 | B | 3D | 4A | 3A |
| Octal | 340 | 343 | 106 | 1 | 0 | 105 | 13 | 75 | 112 | 72 |
| Binary | 11100000 | 11100011 | 1000110 | 1 | 0 | 1000101 | 1011 | 111101 | 1001010 | 111010 |
Color Harmonies of #E0E346
Complementary color
Monochromatic Colors of #E0E346
Black with #E0E346
Text Example
Text Example
White with #E0E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E346; }
p { color: rgb(224,227,70); }
H1.HeaderClassName
{
color: #E0E346;
}
.AnyTagClassName
{
color: #E0E346;
}
</style>
background-color css
<style>
a { background-color: #E0E346; }
a { background-color: rgb(224,227,70); }
div.DivClassName
{
background-color: #E0E346;
}
.BgClassName
{
background-color: #E0E346;
}
</style>
border-color css
<style>
span { border-color: #E0E346; }
span { border-color: rgb(224,227,70); }
td.TdClassName
{
border-color: #E0E346;
}
.TagClassName
{
border-color: #E0E346;
}
</style>