Shades of Starship #E0F143
Tints of Starship #E0F143
RGB
CMYK
RGB Variations
Color information
#E0F143 (or 0xE0F143) is known color: Starship. HEX triplet: E0, F1 and 43. RGB value is (224,241,67). Sum of RGB (Red+Green+Blue) = 224+241+67=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 67 (26.56% from 255 or 12.59% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F143 is #1F0EBC. Grayscale: #D8D8D8. Windows color (decimal): -2035389 or 4452832. OLE color: 4452832.
HSL color Cylindrical-coordinate representation of color #E0F143: hue angle of 65.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0F143 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 67 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 65.86º | 0.86% | 0.6% | - |
| HSV(B) | 65.86º | 0.72% | 0.95% | - |
| XYZ | 63.21 | 79.16 | 17.26 | - |
| YUV | 216.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 67 | 0.07 | 0 | 0.72 | 0.05 | 65.86 | 0.86 | 0.6 |
| Hex | E0 | F1 | 43 | 7 | 0 | 48 | 5 | 42 | 56 | 3C |
| Octal | 340 | 361 | 103 | 7 | 0 | 110 | 5 | 102 | 126 | 74 |
| Binary | 11100000 | 11110001 | 1000011 | 111 | 0 | 1001000 | 101 | 1000010 | 1010110 | 111100 |
Color Harmonies of #E0F143
Complementary color
Monochromatic Colors of #E0F143
Black with #E0F143
Text Example
Text Example
White with #E0F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F143; }
p { color: rgb(224,241,67); }
H1.HeaderClassName
{
color: #E0F143;
}
.AnyTagClassName
{
color: #E0F143;
}
</style>
background-color css
<style>
a { background-color: #E0F143; }
a { background-color: rgb(224,241,67); }
div.DivClassName
{
background-color: #E0F143;
}
.BgClassName
{
background-color: #E0F143;
}
</style>
border-color css
<style>
span { border-color: #E0F143; }
span { border-color: rgb(224,241,67); }
td.TdClassName
{
border-color: #E0F143;
}
.TagClassName
{
border-color: #E0F143;
}
</style>