Shades of Starship #E0EE45
Tints of Starship #E0EE45
RGB
CMYK
RGB Variations
Color information
#E0EE45 (or 0xE0EE45) is known color: Starship. HEX triplet: E0, EE and 45. RGB value is (224,238,69). Sum of RGB (Red+Green+Blue) = 224+238+69=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EE45 is #1F11BA. Grayscale: #D7D7D7. Windows color (decimal): -2036155 or 4583136. OLE color: 4583136.
HSL color Cylindrical-coordinate representation of color #E0EE45: hue angle of 64.97º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0EE45 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 69 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.07 |
| HSL | 64.97º | 0.83% | 0.6% | - |
| HSV(B) | 64.97º | 0.71% | 0.93% | - |
| XYZ | 62.39 | 77.43 | 17.29 | - |
| YUV | 214.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 69 | 0.06 | 0 | 0.71 | 0.07 | 64.97 | 0.83 | 0.6 |
| Hex | E0 | EE | 45 | 6 | 0 | 47 | 7 | 41 | 53 | 3C |
| Octal | 340 | 356 | 105 | 6 | 0 | 107 | 7 | 101 | 123 | 74 |
| Binary | 11100000 | 11101110 | 1000101 | 110 | 0 | 1000111 | 111 | 1000001 | 1010011 | 111100 |
Color Harmonies of #E0EE45
Complementary color
Monochromatic Colors of #E0EE45
Black with #E0EE45
Text Example
Text Example
White with #E0EE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EE45; }
p { color: rgb(224,238,69); }
H1.HeaderClassName
{
color: #E0EE45;
}
.AnyTagClassName
{
color: #E0EE45;
}
</style>
background-color css
<style>
a { background-color: #E0EE45; }
a { background-color: rgb(224,238,69); }
div.DivClassName
{
background-color: #E0EE45;
}
.BgClassName
{
background-color: #E0EE45;
}
</style>
border-color css
<style>
span { border-color: #E0EE45; }
span { border-color: rgb(224,238,69); }
td.TdClassName
{
border-color: #E0EE45;
}
.TagClassName
{
border-color: #E0EE45;
}
</style>