Shades of Starship #E5EA46
Tints of Starship #E5EA46
RGB
CMYK
RGB Variations
Color information
#E5EA46 (or 0xE5EA46) is known color: Starship. HEX triplet: E5, EA and 46. RGB value is (229,234,70). Sum of RGB (Red+Green+Blue) = 229+234+70=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EA46 is #1A15B9. Grayscale: #D6D6D6. Windows color (decimal): -1709498 or 4647653. OLE color: 4647653.
HSL color Cylindrical-coordinate representation of color #E5EA46: hue angle of 61.83º 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 #E5EA46 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 70 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.08 |
| HSL | 61.83º | 0.8% | 0.6% | - |
| HSV(B) | 61.83º | 0.7% | 0.92% | - |
| XYZ | 62.84 | 75.95 | 17.14 | - |
| YUV | 213.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 70 | 0.02 | 0 | 0.70 | 0.08 | 61.83 | 0.8 | 0.6 |
| Hex | E5 | EA | 46 | 2 | 0 | 46 | 8 | 3E | 50 | 3C |
| Octal | 345 | 352 | 106 | 2 | 0 | 106 | 10 | 76 | 120 | 74 |
| Binary | 11100101 | 11101010 | 1000110 | 10 | 0 | 1000110 | 1000 | 111110 | 1010000 | 111100 |
Color Harmonies of #E5EA46
Complementary color
Monochromatic Colors of #E5EA46
Black with #E5EA46
Text Example
Text Example
White with #E5EA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EA46; }
p { color: rgb(229,234,70); }
H1.HeaderClassName
{
color: #E5EA46;
}
.AnyTagClassName
{
color: #E5EA46;
}
</style>
background-color css
<style>
a { background-color: #E5EA46; }
a { background-color: rgb(229,234,70); }
div.DivClassName
{
background-color: #E5EA46;
}
.BgClassName
{
background-color: #E5EA46;
}
</style>
border-color css
<style>
span { border-color: #E5EA46; }
span { border-color: rgb(229,234,70); }
td.TdClassName
{
border-color: #E5EA46;
}
.TagClassName
{
border-color: #E5EA46;
}
</style>