Shades of Starship #E0F144
Tints of Starship #E0F144
RGB
CMYK
RGB Variations
Color information
#E0F144 (or 0xE0F144) is known color: Starship. HEX triplet: E0, F1 and 44. RGB value is (224,241,68). Sum of RGB (Red+Green+Blue) = 224+241+68=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F144 is #1F0EBB. Grayscale: #D8D8D8. Windows color (decimal): -2035388 or 4518368. OLE color: 4518368.
HSL color Cylindrical-coordinate representation of color #E0F144: hue angle of 65.9º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0F144 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 68 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 65.9º | 0.86% | 0.61% | - |
| HSV(B) | 65.9º | 0.72% | 0.95% | - |
| XYZ | 63.24 | 79.18 | 17.42 | - |
| YUV | 216.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 68 | 0.07 | 0 | 0.72 | 0.05 | 65.9 | 0.86 | 0.61 |
| Hex | E0 | F1 | 44 | 7 | 0 | 48 | 5 | 42 | 56 | 3D |
| Octal | 340 | 361 | 104 | 7 | 0 | 110 | 5 | 102 | 126 | 75 |
| Binary | 11100000 | 11110001 | 1000100 | 111 | 0 | 1001000 | 101 | 1000010 | 1010110 | 111101 |
Color Harmonies of #E0F144
Complementary color
Monochromatic Colors of #E0F144
Black with #E0F144
Text Example
Text Example
White with #E0F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F144; }
p { color: rgb(224,241,68); }
H1.HeaderClassName
{
color: #E0F144;
}
.AnyTagClassName
{
color: #E0F144;
}
</style>
background-color css
<style>
a { background-color: #E0F144; }
a { background-color: rgb(224,241,68); }
div.DivClassName
{
background-color: #E0F144;
}
.BgClassName
{
background-color: #E0F144;
}
</style>
border-color css
<style>
span { border-color: #E0F144; }
span { border-color: rgb(224,241,68); }
td.TdClassName
{
border-color: #E0F144;
}
.TagClassName
{
border-color: #E0F144;
}
</style>