Shades of Starship #E7E135
Tints of Starship #E7E135
RGB
CMYK
RGB Variations
Color information
#E7E135 (or 0xE7E135) is known color: Starship. HEX triplet: E7, E1 and 35. RGB value is (231,225,53). Sum of RGB (Red+Green+Blue) = 231+225+53=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 53 (21.09% from 255 or 10.41% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E135 is #181ECA. Grayscale: #CFCFCF. Windows color (decimal): -1580747 or 3531239. OLE color: 3531239.
HSL color Cylindrical-coordinate representation of color #E7E135: hue angle of 57.98º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7E135 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 53 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.09 |
| HSL | 57.98º | 0.79% | 0.56% | - |
| HSV(B) | 57.98º | 0.77% | 0.91% | - |
| XYZ | 60.52 | 71.1 | 13.9 | - |
| YUV | 207.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 53 | 0 | 0.03 | 0.77 | 0.09 | 57.98 | 0.79 | 0.56 |
| Hex | E7 | E1 | 35 | 0 | 3 | 4D | 9 | 3A | 4F | 38 |
| Octal | 347 | 341 | 65 | 0 | 3 | 115 | 11 | 72 | 117 | 70 |
| Binary | 11100111 | 11100001 | 110101 | 0 | 11 | 1001101 | 1001 | 111010 | 1001111 | 111000 |
Color Harmonies of #E7E135
Complementary color
Monochromatic Colors of #E7E135
Black with #E7E135
Text Example
Text Example
White with #E7E135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E135; }
p { color: rgb(231,225,53); }
H1.HeaderClassName
{
color: #E7E135;
}
.AnyTagClassName
{
color: #E7E135;
}
</style>
background-color css
<style>
a { background-color: #E7E135; }
a { background-color: rgb(231,225,53); }
div.DivClassName
{
background-color: #E7E135;
}
.BgClassName
{
background-color: #E7E135;
}
</style>
border-color css
<style>
span { border-color: #E7E135; }
span { border-color: rgb(231,225,53); }
td.TdClassName
{
border-color: #E7E135;
}
.TagClassName
{
border-color: #E7E135;
}
</style>