Shades of Starship #E0F345
Tints of Starship #E0F345
RGB
CMYK
RGB Variations
Color information
#E0F345 (or 0xE0F345) is known color: Starship. HEX triplet: E0, F3 and 45. RGB value is (224,243,69). Sum of RGB (Red+Green+Blue) = 224+243+69=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F345 is #1F0CBA. Grayscale: #DADADA. Windows color (decimal): -2034875 or 4584416. OLE color: 4584416.
HSL color Cylindrical-coordinate representation of color #E0F345: hue angle of 66.55º degrees, saturation: 0.88, 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 #E0F345 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 69 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.05 |
| HSL | 66.55º | 0.88% | 0.61% | - |
| HSV(B) | 66.55º | 0.72% | 0.95% | - |
| XYZ | 63.87 | 80.38 | 17.78 | - |
| YUV | 217.48 | 44.21 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 69 | 0.08 | 0 | 0.72 | 0.05 | 66.55 | 0.88 | 0.61 |
| Hex | E0 | F3 | 45 | 8 | 0 | 48 | 5 | 43 | 58 | 3D |
| Octal | 340 | 363 | 105 | 10 | 0 | 110 | 5 | 103 | 130 | 75 |
| Binary | 11100000 | 11110011 | 1000101 | 1000 | 0 | 1001000 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #E0F345
Complementary color
Monochromatic Colors of #E0F345
Black with #E0F345
Text Example
Text Example
White with #E0F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F345; }
p { color: rgb(224,243,69); }
H1.HeaderClassName
{
color: #E0F345;
}
.AnyTagClassName
{
color: #E0F345;
}
</style>
background-color css
<style>
a { background-color: #E0F345; }
a { background-color: rgb(224,243,69); }
div.DivClassName
{
background-color: #E0F345;
}
.BgClassName
{
background-color: #E0F345;
}
</style>
border-color css
<style>
span { border-color: #E0F345; }
span { border-color: rgb(224,243,69); }
td.TdClassName
{
border-color: #E0F345;
}
.TagClassName
{
border-color: #E0F345;
}
</style>