Shades of Starship #E6F135
Tints of Starship #E6F135
RGB
CMYK
RGB Variations
Color information
#E6F135 (or 0xE6F135) is known color: Starship. HEX triplet: E6, F1 and 35. RGB value is (230,241,53). Sum of RGB (Red+Green+Blue) = 230+241+53=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F135 is #190ECA. Grayscale: #D9D9D9. Windows color (decimal): -1642187 or 3535334. OLE color: 3535334.
HSL color Cylindrical-coordinate representation of color #E6F135: hue angle of 63.51º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6F135 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 53 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.05 |
| HSL | 63.51º | 0.87% | 0.58% | - |
| HSV(B) | 63.51º | 0.78% | 0.95% | - |
| XYZ | 64.73 | 79.99 | 15.4 | - |
| YUV | 216.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 53 | 0.05 | 0 | 0.78 | 0.05 | 63.51 | 0.87 | 0.58 |
| Hex | E6 | F1 | 35 | 5 | 0 | 4E | 5 | 40 | 57 | 3A |
| Octal | 346 | 361 | 65 | 5 | 0 | 116 | 5 | 100 | 127 | 72 |
| Binary | 11100110 | 11110001 | 110101 | 101 | 0 | 1001110 | 101 | 1000000 | 1010111 | 111010 |
Color Harmonies of #E6F135
Complementary color
Monochromatic Colors of #E6F135
Black with #E6F135
Text Example
Text Example
White with #E6F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F135; }
p { color: rgb(230,241,53); }
H1.HeaderClassName
{
color: #E6F135;
}
.AnyTagClassName
{
color: #E6F135;
}
</style>
background-color css
<style>
a { background-color: #E6F135; }
a { background-color: rgb(230,241,53); }
div.DivClassName
{
background-color: #E6F135;
}
.BgClassName
{
background-color: #E6F135;
}
</style>
border-color css
<style>
span { border-color: #E6F135; }
span { border-color: rgb(230,241,53); }
td.TdClassName
{
border-color: #E6F135;
}
.TagClassName
{
border-color: #E6F135;
}
</style>