Shades of Starship #E7E145
Tints of Starship #E7E145
RGB
CMYK
RGB Variations
Color information
#E7E145 (or 0xE7E145) is known color: Starship. HEX triplet: E7, E1 and 45. RGB value is (231,225,69). Sum of RGB (Red+Green+Blue) = 231+225+69=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E145 is #181EBA. Grayscale: #D1D1D1. Windows color (decimal): -1580731 or 4579815. OLE color: 4579815.
HSL color Cylindrical-coordinate representation of color #E7E145: hue angle of 57.78º degrees, saturation: 0.77, 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 #E7E145 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 69 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.09 |
| HSL | 57.78º | 0.77% | 0.59% | - |
| HSV(B) | 57.78º | 0.7% | 0.91% | - |
| XYZ | 60.95 | 71.27 | 16.17 | - |
| YUV | 209.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 69 | 0 | 0.03 | 0.70 | 0.09 | 57.78 | 0.77 | 0.59 |
| Hex | E7 | E1 | 45 | 0 | 3 | 46 | 9 | 3A | 4D | 3B |
| Octal | 347 | 341 | 105 | 0 | 3 | 106 | 11 | 72 | 115 | 73 |
| Binary | 11100111 | 11100001 | 1000101 | 0 | 11 | 1000110 | 1001 | 111010 | 1001101 | 111011 |
Color Harmonies of #E7E145
Complementary color
Monochromatic Colors of #E7E145
Black with #E7E145
Text Example
Text Example
White with #E7E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E145; }
p { color: rgb(231,225,69); }
H1.HeaderClassName
{
color: #E7E145;
}
.AnyTagClassName
{
color: #E7E145;
}
</style>
background-color css
<style>
a { background-color: #E7E145; }
a { background-color: rgb(231,225,69); }
div.DivClassName
{
background-color: #E7E145;
}
.BgClassName
{
background-color: #E7E145;
}
</style>
border-color css
<style>
span { border-color: #E7E145; }
span { border-color: rgb(231,225,69); }
td.TdClassName
{
border-color: #E7E145;
}
.TagClassName
{
border-color: #E7E145;
}
</style>