Shades of Starship #E0E22F
Tints of Starship #E0E22F
RGB
CMYK
RGB Variations
Color information
#E0E22F (or 0xE0E22F) is known color: Starship. HEX triplet: E0, E2 and 2F. RGB value is (224,226,47). Sum of RGB (Red+Green+Blue) = 224+226+47=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E22F is #1F1DD0. Grayscale: #CDCDCD. Windows color (decimal): -2039249 or 3138272. OLE color: 3138272.
HSL color Cylindrical-coordinate representation of color #E0E22F: hue angle of 60.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0E22F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.11 |
| HSL | 60.67º | 0.76% | 0.54% | - |
| HSV(B) | 60.67º | 0.79% | 0.89% | - |
| XYZ | 58.45 | 70.45 | 13.21 | - |
| YUV | 205 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 47 | 0.01 | 0 | 0.79 | 0.11 | 60.67 | 0.76 | 0.54 |
| Hex | E0 | E2 | 2F | 1 | 0 | 4F | B | 3D | 4C | 36 |
| Octal | 340 | 342 | 57 | 1 | 0 | 117 | 13 | 75 | 114 | 66 |
| Binary | 11100000 | 11100010 | 101111 | 1 | 0 | 1001111 | 1011 | 111101 | 1001100 | 110110 |
Color Harmonies of #E0E22F
Complementary color
Monochromatic Colors of #E0E22F
Black with #E0E22F
Text Example
Text Example
White with #E0E22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E22F; }
p { color: rgb(224,226,47); }
H1.HeaderClassName
{
color: #E0E22F;
}
.AnyTagClassName
{
color: #E0E22F;
}
</style>
background-color css
<style>
a { background-color: #E0E22F; }
a { background-color: rgb(224,226,47); }
div.DivClassName
{
background-color: #E0E22F;
}
.BgClassName
{
background-color: #E0E22F;
}
</style>
border-color css
<style>
span { border-color: #E0E22F; }
span { border-color: rgb(224,226,47); }
td.TdClassName
{
border-color: #E0E22F;
}
.TagClassName
{
border-color: #E0E22F;
}
</style>