Shades of Starship #E6F340
Tints of Starship #E6F340
RGB
CMYK
RGB Variations
Color information
#E6F340 (or 0xE6F340) is known color: Starship. HEX triplet: E6, F3 and 40. RGB value is (230,243,64). Sum of RGB (Red+Green+Blue) = 230+243+64=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F340 is #190CBF. Grayscale: #DBDBDB. Windows color (decimal): -1641664 or 4256742. OLE color: 4256742.
HSL color Cylindrical-coordinate representation of color #E6F340: hue angle of 64.36º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6F340 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 243 | 64 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.05 |
| HSL | 64.36º | 0.88% | 0.6% | - |
| HSV(B) | 64.36º | 0.74% | 0.95% | - |
| XYZ | 65.61 | 81.29 | 17.08 | - |
| YUV | 218.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 243 | 64 | 0.05 | 0 | 0.74 | 0.05 | 64.36 | 0.88 | 0.6 |
| Hex | E6 | F3 | 40 | 5 | 0 | 4A | 5 | 40 | 58 | 3C |
| Octal | 346 | 363 | 100 | 5 | 0 | 112 | 5 | 100 | 130 | 74 |
| Binary | 11100110 | 11110011 | 1000000 | 101 | 0 | 1001010 | 101 | 1000000 | 1011000 | 111100 |
Color Harmonies of #E6F340
Complementary color
Monochromatic Colors of #E6F340
Black with #E6F340
Text Example
Text Example
White with #E6F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F340; }
p { color: rgb(230,243,64); }
H1.HeaderClassName
{
color: #E6F340;
}
.AnyTagClassName
{
color: #E6F340;
}
</style>
background-color css
<style>
a { background-color: #E6F340; }
a { background-color: rgb(230,243,64); }
div.DivClassName
{
background-color: #E6F340;
}
.BgClassName
{
background-color: #E6F340;
}
</style>
border-color css
<style>
span { border-color: #E6F340; }
span { border-color: rgb(230,243,64); }
td.TdClassName
{
border-color: #E6F340;
}
.TagClassName
{
border-color: #E6F340;
}
</style>