Shades of Starship #E6F041
Tints of Starship #E6F041
RGB
CMYK
RGB Variations
Color information
#E6F041 (or 0xE6F041) is known color: Starship. HEX triplet: E6, F0 and 41. RGB value is (230,240,65). Sum of RGB (Red+Green+Blue) = 230+240+65=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F041 is #190FBE. Grayscale: #D9D9D9. Windows color (decimal): -1642431 or 4321510. OLE color: 4321510.
HSL color Cylindrical-coordinate representation of color #E6F041: hue angle of 63.43º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6F041 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 65 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.06 |
| HSL | 63.43º | 0.85% | 0.6% | - |
| HSV(B) | 63.43º | 0.73% | 0.94% | - |
| XYZ | 64.75 | 79.52 | 16.94 | - |
| YUV | 217.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 65 | 0.04 | 0 | 0.73 | 0.06 | 63.43 | 0.85 | 0.6 |
| Hex | E6 | F0 | 41 | 4 | 0 | 49 | 6 | 3F | 55 | 3C |
| Octal | 346 | 360 | 101 | 4 | 0 | 111 | 6 | 77 | 125 | 74 |
| Binary | 11100110 | 11110000 | 1000001 | 100 | 0 | 1001001 | 110 | 111111 | 1010101 | 111100 |
Color Harmonies of #E6F041
Complementary color
Monochromatic Colors of #E6F041
Black with #E6F041
Text Example
Text Example
White with #E6F041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F041; }
p { color: rgb(230,240,65); }
H1.HeaderClassName
{
color: #E6F041;
}
.AnyTagClassName
{
color: #E6F041;
}
</style>
background-color css
<style>
a { background-color: #E6F041; }
a { background-color: rgb(230,240,65); }
div.DivClassName
{
background-color: #E6F041;
}
.BgClassName
{
background-color: #E6F041;
}
</style>
border-color css
<style>
span { border-color: #E6F041; }
span { border-color: rgb(230,240,65); }
td.TdClassName
{
border-color: #E6F041;
}
.TagClassName
{
border-color: #E6F041;
}
</style>