Shades of Starship #E7E13A
Tints of Starship #E7E13A
RGB
CMYK
RGB Variations
Color information
#E7E13A (or 0xE7E13A) is known color: Starship. HEX triplet: E7, E1 and 3A. RGB value is (231,225,58). Sum of RGB (Red+Green+Blue) = 231+225+58=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E13A is #181EC5. Grayscale: #D0D0D0. Windows color (decimal): -1580742 or 3858919. OLE color: 3858919.
HSL color Cylindrical-coordinate representation of color #E7E13A: hue angle of 57.92º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7E13A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 58 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.09 |
| HSL | 57.92º | 0.78% | 0.57% | - |
| HSV(B) | 57.92º | 0.75% | 0.91% | - |
| XYZ | 60.64 | 71.14 | 14.54 | - |
| YUV | 207.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 58 | 0 | 0.03 | 0.75 | 0.09 | 57.92 | 0.78 | 0.57 |
| Hex | E7 | E1 | 3A | 0 | 3 | 4B | 9 | 3A | 4E | 39 |
| Octal | 347 | 341 | 72 | 0 | 3 | 113 | 11 | 72 | 116 | 71 |
| Binary | 11100111 | 11100001 | 111010 | 0 | 11 | 1001011 | 1001 | 111010 | 1001110 | 111001 |
Color Harmonies of #E7E13A
Complementary color
Monochromatic Colors of #E7E13A
Black with #E7E13A
Text Example
Text Example
White with #E7E13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E13A; }
p { color: rgb(231,225,58); }
H1.HeaderClassName
{
color: #E7E13A;
}
.AnyTagClassName
{
color: #E7E13A;
}
</style>
background-color css
<style>
a { background-color: #E7E13A; }
a { background-color: rgb(231,225,58); }
div.DivClassName
{
background-color: #E7E13A;
}
.BgClassName
{
background-color: #E7E13A;
}
</style>
border-color css
<style>
span { border-color: #E7E13A; }
span { border-color: rgb(231,225,58); }
td.TdClassName
{
border-color: #E7E13A;
}
.TagClassName
{
border-color: #E7E13A;
}
</style>