Shades of Starship #E5E945
Tints of Starship #E5E945
RGB
CMYK
RGB Variations
Color information
#E5E945 (or 0xE5E945) is known color: Starship. HEX triplet: E5, E9 and 45. RGB value is (229,233,69). Sum of RGB (Red+Green+Blue) = 229+233+69=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E945 is #1A16BA. Grayscale: #D5D5D5. Windows color (decimal): -1709755 or 4581861. OLE color: 4581861.
HSL color Cylindrical-coordinate representation of color #E5E945: hue angle of 61.46º degrees, saturation: 0.79, 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 #E5E945 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 69 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.09 |
| HSL | 61.46º | 0.79% | 0.59% | - |
| HSV(B) | 61.46º | 0.7% | 0.91% | - |
| XYZ | 62.53 | 75.37 | 16.88 | - |
| YUV | 213.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 69 | 0.02 | 0 | 0.70 | 0.09 | 61.46 | 0.79 | 0.59 |
| Hex | E5 | E9 | 45 | 2 | 0 | 46 | 9 | 3D | 4F | 3B |
| Octal | 345 | 351 | 105 | 2 | 0 | 106 | 11 | 75 | 117 | 73 |
| Binary | 11100101 | 11101001 | 1000101 | 10 | 0 | 1000110 | 1001 | 111101 | 1001111 | 111011 |
Color Harmonies of #E5E945
Complementary color
Monochromatic Colors of #E5E945
Black with #E5E945
Text Example
Text Example
White with #E5E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E945; }
p { color: rgb(229,233,69); }
H1.HeaderClassName
{
color: #E5E945;
}
.AnyTagClassName
{
color: #E5E945;
}
</style>
background-color css
<style>
a { background-color: #E5E945; }
a { background-color: rgb(229,233,69); }
div.DivClassName
{
background-color: #E5E945;
}
.BgClassName
{
background-color: #E5E945;
}
</style>
border-color css
<style>
span { border-color: #E5E945; }
span { border-color: rgb(229,233,69); }
td.TdClassName
{
border-color: #E5E945;
}
.TagClassName
{
border-color: #E5E945;
}
</style>