Shades of Starship #E7E13E
Tints of Starship #E7E13E
RGB
CMYK
RGB Variations
Color information
#E7E13E (or 0xE7E13E) is known color: Starship. HEX triplet: E7, E1 and 3E. RGB value is (231,225,62). Sum of RGB (Red+Green+Blue) = 231+225+62=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E13E is #181EC1. Grayscale: #D0D0D0. Windows color (decimal): -1580738 or 4121063. OLE color: 4121063.
HSL color Cylindrical-coordinate representation of color #E7E13E: hue angle of 57.87º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7E13E is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 62 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.09 |
| HSL | 57.87º | 0.78% | 0.57% | - |
| HSV(B) | 57.87º | 0.73% | 0.91% | - |
| XYZ | 60.75 | 71.19 | 15.1 | - |
| YUV | 208.21 | 45.49 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 62 | 0 | 0.03 | 0.73 | 0.09 | 57.87 | 0.78 | 0.57 |
| Hex | E7 | E1 | 3E | 0 | 3 | 49 | 9 | 3A | 4E | 39 |
| Octal | 347 | 341 | 76 | 0 | 3 | 111 | 11 | 72 | 116 | 71 |
| Binary | 11100111 | 11100001 | 111110 | 0 | 11 | 1001001 | 1001 | 111010 | 1001110 | 111001 |
Color Harmonies of #E7E13E
Complementary color
Monochromatic Colors of #E7E13E
Black with #E7E13E
Text Example
Text Example
White with #E7E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E13E; }
p { color: rgb(231,225,62); }
H1.HeaderClassName
{
color: #E7E13E;
}
.AnyTagClassName
{
color: #E7E13E;
}
</style>
background-color css
<style>
a { background-color: #E7E13E; }
a { background-color: rgb(231,225,62); }
div.DivClassName
{
background-color: #E7E13E;
}
.BgClassName
{
background-color: #E7E13E;
}
</style>
border-color css
<style>
span { border-color: #E7E13E; }
span { border-color: rgb(231,225,62); }
td.TdClassName
{
border-color: #E7E13E;
}
.TagClassName
{
border-color: #E7E13E;
}
</style>