Shades of Starship #E5E845
Tints of Starship #E5E845
RGB
CMYK
RGB Variations
Color information
#E5E845 (or 0xE5E845) is known color: Starship. HEX triplet: E5, E8 and 45. RGB value is (229,232,69). Sum of RGB (Red+Green+Blue) = 229+232+69=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E845 is #1A17BA. Grayscale: #D5D5D5. Windows color (decimal): -1710011 or 4581605. OLE color: 4581605.
HSL color Cylindrical-coordinate representation of color #E5E845: hue angle of 61.1º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5E845 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 69 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.09 |
| HSL | 61.1º | 0.78% | 0.59% | - |
| HSV(B) | 61.1º | 0.7% | 0.91% | - |
| XYZ | 62.24 | 74.8 | 16.79 | - |
| YUV | 212.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 69 | 0.01 | 0 | 0.70 | 0.09 | 61.1 | 0.78 | 0.59 |
| Hex | E5 | E8 | 45 | 1 | 0 | 46 | 9 | 3D | 4E | 3B |
| Octal | 345 | 350 | 105 | 1 | 0 | 106 | 11 | 75 | 116 | 73 |
| Binary | 11100101 | 11101000 | 1000101 | 1 | 0 | 1000110 | 1001 | 111101 | 1001110 | 111011 |
Color Harmonies of #E5E845
Complementary color
Monochromatic Colors of #E5E845
Black with #E5E845
Text Example
Text Example
White with #E5E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E845; }
p { color: rgb(229,232,69); }
H1.HeaderClassName
{
color: #E5E845;
}
.AnyTagClassName
{
color: #E5E845;
}
</style>
background-color css
<style>
a { background-color: #E5E845; }
a { background-color: rgb(229,232,69); }
div.DivClassName
{
background-color: #E5E845;
}
.BgClassName
{
background-color: #E5E845;
}
</style>
border-color css
<style>
span { border-color: #E5E845; }
span { border-color: rgb(229,232,69); }
td.TdClassName
{
border-color: #E5E845;
}
.TagClassName
{
border-color: #E5E845;
}
</style>