Shades of Starship #E6E047
Tints of Starship #E6E047
RGB
CMYK
RGB Variations
Color information
#E6E047 (or 0xE6E047) is known color: Starship. HEX triplet: E6, E0 and 47. RGB value is (230,224,71). Sum of RGB (Red+Green+Blue) = 230+224+71=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E047 is #191FB8. Grayscale: #D0D0D0. Windows color (decimal): -1646521 or 4710630. OLE color: 4710630.
HSL color Cylindrical-coordinate representation of color #E6E047: hue angle of 57.74º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6E047 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 71 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.10 |
| HSL | 57.74º | 0.76% | 0.59% | - |
| HSV(B) | 57.74º | 0.69% | 0.9% | - |
| XYZ | 60.43 | 70.59 | 16.4 | - |
| YUV | 208.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 71 | 0 | 0.03 | 0.69 | 0.10 | 57.74 | 0.76 | 0.59 |
| Hex | E6 | E0 | 47 | 0 | 3 | 45 | A | 3A | 4C | 3B |
| Octal | 346 | 340 | 107 | 0 | 3 | 105 | 12 | 72 | 114 | 73 |
| Binary | 11100110 | 11100000 | 1000111 | 0 | 11 | 1000101 | 1010 | 111010 | 1001100 | 111011 |
Color Harmonies of #E6E047
Complementary color
Monochromatic Colors of #E6E047
Black with #E6E047
Text Example
Text Example
White with #E6E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E047; }
p { color: rgb(230,224,71); }
H1.HeaderClassName
{
color: #E6E047;
}
.AnyTagClassName
{
color: #E6E047;
}
</style>
background-color css
<style>
a { background-color: #E6E047; }
a { background-color: rgb(230,224,71); }
div.DivClassName
{
background-color: #E6E047;
}
.BgClassName
{
background-color: #E6E047;
}
</style>
border-color css
<style>
span { border-color: #E6E047; }
span { border-color: rgb(230,224,71); }
td.TdClassName
{
border-color: #E6E047;
}
.TagClassName
{
border-color: #E6E047;
}
</style>