Shades of Starship #E6F53B
Tints of Starship #E6F53B
RGB
CMYK
RGB Variations
Color information
#E6F53B (or 0xE6F53B) is known color: Starship. HEX triplet: E6, F5 and 3B. RGB value is (230,245,59). Sum of RGB (Red+Green+Blue) = 230+245+59=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 59 (23.44% from 255 or 11.05% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F53B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F53B is #190AC4. Grayscale: #DCDCDC. Windows color (decimal): -1641157 or 3929574. OLE color: 3929574.
HSL color Cylindrical-coordinate representation of color #E6F53B: hue angle of 64.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6F53B is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 59 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.04 |
| HSL | 64.84º | 0.9% | 0.6% | - |
| HSV(B) | 64.84º | 0.76% | 0.96% | - |
| XYZ | 66.07 | 82.44 | 16.57 | - |
| YUV | 219.31 | 37.53 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 59 | 0.06 | 0 | 0.76 | 0.04 | 64.84 | 0.9 | 0.6 |
| Hex | E6 | F5 | 3B | 6 | 0 | 4C | 4 | 41 | 5A | 3C |
| Octal | 346 | 365 | 73 | 6 | 0 | 114 | 4 | 101 | 132 | 74 |
| Binary | 11100110 | 11110101 | 111011 | 110 | 0 | 1001100 | 100 | 1000001 | 1011010 | 111100 |
Color Harmonies of #E6F53B
Complementary color
Monochromatic Colors of #E6F53B
Black with #E6F53B
Text Example
Text Example
White with #E6F53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F53B; }
p { color: rgb(230,245,59); }
H1.HeaderClassName
{
color: #E6F53B;
}
.AnyTagClassName
{
color: #E6F53B;
}
</style>
background-color css
<style>
a { background-color: #E6F53B; }
a { background-color: rgb(230,245,59); }
div.DivClassName
{
background-color: #E6F53B;
}
.BgClassName
{
background-color: #E6F53B;
}
</style>
border-color css
<style>
span { border-color: #E6F53B; }
span { border-color: rgb(230,245,59); }
td.TdClassName
{
border-color: #E6F53B;
}
.TagClassName
{
border-color: #E6F53B;
}
</style>