Shades of Starship #E0F044
Tints of Starship #E0F044
RGB
CMYK
RGB Variations
Color information
#E0F044 (or 0xE0F044) is known color: Starship. HEX triplet: E0, F0 and 44. RGB value is (224,240,68). Sum of RGB (Red+Green+Blue) = 224+240+68=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F044 is #1F0FBB. Grayscale: #D8D8D8. Windows color (decimal): -2035644 or 4518112. OLE color: 4518112.
HSL color Cylindrical-coordinate representation of color #E0F044: hue angle of 65.58º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0F044 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 68 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.06 |
| HSL | 65.58º | 0.85% | 0.6% | - |
| HSV(B) | 65.58º | 0.72% | 0.94% | - |
| XYZ | 62.94 | 78.58 | 17.32 | - |
| YUV | 215.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 68 | 0.07 | 0 | 0.72 | 0.06 | 65.58 | 0.85 | 0.6 |
| Hex | E0 | F0 | 44 | 7 | 0 | 48 | 6 | 42 | 55 | 3C |
| Octal | 340 | 360 | 104 | 7 | 0 | 110 | 6 | 102 | 125 | 74 |
| Binary | 11100000 | 11110000 | 1000100 | 111 | 0 | 1001000 | 110 | 1000010 | 1010101 | 111100 |
Color Harmonies of #E0F044
Complementary color
Monochromatic Colors of #E0F044
Black with #E0F044
Text Example
Text Example
White with #E0F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F044; }
p { color: rgb(224,240,68); }
H1.HeaderClassName
{
color: #E0F044;
}
.AnyTagClassName
{
color: #E0F044;
}
</style>
background-color css
<style>
a { background-color: #E0F044; }
a { background-color: rgb(224,240,68); }
div.DivClassName
{
background-color: #E0F044;
}
.BgClassName
{
background-color: #E0F044;
}
</style>
border-color css
<style>
span { border-color: #E0F044; }
span { border-color: rgb(224,240,68); }
td.TdClassName
{
border-color: #E0F044;
}
.TagClassName
{
border-color: #E0F044;
}
</style>