Shades of Starship #E1E13C
Tints of Starship #E1E13C
RGB
CMYK
RGB Variations
Color information
#E1E13C (or 0xE1E13C) is known color: Starship. HEX triplet: E1, E1 and 3C. RGB value is (225,225,60). Sum of RGB (Red+Green+Blue) = 225+225+60=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E13C is #1E1EC3. Grayscale: #CECECE. Windows color (decimal): -1973956 or 3989985. OLE color: 3989985.
HSL color Cylindrical-coordinate representation of color #E1E13C: hue angle of 60º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1E13C is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 60 | - |
| CMYK | 0 | 0 | 0.73 | 0.12 |
| HSL | 60º | 0.73% | 0.56% | - |
| HSV(B) | 60º | 0.73% | 0.88% | - |
| XYZ | 58.79 | 70.18 | 14.72 | - |
| YUV | 206.19 | 45.5 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 60 | 0 | 0 | 0.73 | 0.12 | 60 | 0.73 | 0.56 |
| Hex | E1 | E1 | 3C | 0 | 0 | 49 | C | 3C | 49 | 38 |
| Octal | 341 | 341 | 74 | 0 | 0 | 111 | 14 | 74 | 111 | 70 |
| Binary | 11100001 | 11100001 | 111100 | 0 | 0 | 1001001 | 1100 | 111100 | 1001001 | 111000 |
Color Harmonies of #E1E13C
Complementary color
Monochromatic Colors of #E1E13C
Black with #E1E13C
Text Example
Text Example
White with #E1E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E13C; }
p { color: rgb(225,225,60); }
H1.HeaderClassName
{
color: #E1E13C;
}
.AnyTagClassName
{
color: #E1E13C;
}
</style>
background-color css
<style>
a { background-color: #E1E13C; }
a { background-color: rgb(225,225,60); }
div.DivClassName
{
background-color: #E1E13C;
}
.BgClassName
{
background-color: #E1E13C;
}
</style>
border-color css
<style>
span { border-color: #E1E13C; }
span { border-color: rgb(225,225,60); }
td.TdClassName
{
border-color: #E1E13C;
}
.TagClassName
{
border-color: #E1E13C;
}
</style>