Shades of Starship #E6EA47
Tints of Starship #E6EA47
RGB
CMYK
RGB Variations
Color information
#E6EA47 (or 0xE6EA47) is known color: Starship. HEX triplet: E6, EA and 47. RGB value is (230,234,71). Sum of RGB (Red+Green+Blue) = 230+234+71=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 71 (28.12% from 255 or 13.27% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EA47 is #1915B8. Grayscale: #D6D6D6. Windows color (decimal): -1643961 or 4713190. OLE color: 4713190.
HSL color Cylindrical-coordinate representation of color #E6EA47: hue angle of 61.47º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6EA47 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 71 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.08 |
| HSL | 61.47º | 0.8% | 0.6% | - |
| HSV(B) | 61.47º | 0.7% | 0.92% | - |
| XYZ | 63.19 | 76.12 | 17.32 | - |
| YUV | 214.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 71 | 0.02 | 0 | 0.70 | 0.08 | 61.47 | 0.8 | 0.6 |
| Hex | E6 | EA | 47 | 2 | 0 | 46 | 8 | 3D | 50 | 3C |
| Octal | 346 | 352 | 107 | 2 | 0 | 106 | 10 | 75 | 120 | 74 |
| Binary | 11100110 | 11101010 | 1000111 | 10 | 0 | 1000110 | 1000 | 111101 | 1010000 | 111100 |
Color Harmonies of #E6EA47
Complementary color
Monochromatic Colors of #E6EA47
Black with #E6EA47
Text Example
Text Example
White with #E6EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EA47; }
p { color: rgb(230,234,71); }
H1.HeaderClassName
{
color: #E6EA47;
}
.AnyTagClassName
{
color: #E6EA47;
}
</style>
background-color css
<style>
a { background-color: #E6EA47; }
a { background-color: rgb(230,234,71); }
div.DivClassName
{
background-color: #E6EA47;
}
.BgClassName
{
background-color: #E6EA47;
}
</style>
border-color css
<style>
span { border-color: #E6EA47; }
span { border-color: rgb(230,234,71); }
td.TdClassName
{
border-color: #E6EA47;
}
.TagClassName
{
border-color: #E6EA47;
}
</style>