Shades of Starship #E6F048
Tints of Starship #E6F048
RGB
CMYK
RGB Variations
Color information
#E6F048 (or 0xE6F048) is known color: Starship. HEX triplet: E6, F0 and 48. RGB value is (230,240,72). Sum of RGB (Red+Green+Blue) = 230+240+72=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 72 (28.52% from 255 or 13.28% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F048 is #190FB7. Grayscale: #DADADA. Windows color (decimal): -1642424 or 4780262. OLE color: 4780262.
HSL color Cylindrical-coordinate representation of color #E6F048: hue angle of 63.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6F048 is Cyan = 0.04, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 72 | - |
| CMYK | 0.04 | 0 | 0.7 | 0.06 |
| HSL | 63.57º | 0.85% | 0.61% | - |
| HSV(B) | 63.57º | 0.7% | 0.94% | - |
| XYZ | 64.96 | 79.61 | 18.07 | - |
| YUV | 217.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 72 | 0.04 | 0 | 0.7 | 0.06 | 63.57 | 0.85 | 0.61 |
| Hex | E6 | F0 | 48 | 4 | 0 | 46 | 6 | 40 | 55 | 3D |
| Octal | 346 | 360 | 110 | 4 | 0 | 106 | 6 | 100 | 125 | 75 |
| Binary | 11100110 | 11110000 | 1001000 | 100 | 0 | 1000110 | 110 | 1000000 | 1010101 | 111101 |
Color Harmonies of #E6F048
Complementary color
Monochromatic Colors of #E6F048
Black with #E6F048
Text Example
Text Example
White with #E6F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F048; }
p { color: rgb(230,240,72); }
H1.HeaderClassName
{
color: #E6F048;
}
.AnyTagClassName
{
color: #E6F048;
}
</style>
background-color css
<style>
a { background-color: #E6F048; }
a { background-color: rgb(230,240,72); }
div.DivClassName
{
background-color: #E6F048;
}
.BgClassName
{
background-color: #E6F048;
}
</style>
border-color css
<style>
span { border-color: #E6F048; }
span { border-color: rgb(230,240,72); }
td.TdClassName
{
border-color: #E6F048;
}
.TagClassName
{
border-color: #E6F048;
}
</style>