Shades of Starship #E1E53A
Tints of Starship #E1E53A
RGB
CMYK
RGB Variations
Color information
#E1E53A (or 0xE1E53A) is known color: Starship. HEX triplet: E1, E5 and 3A. RGB value is (225,229,58). Sum of RGB (Red+Green+Blue) = 225+229+58=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E53A is #1E1AC5. Grayscale: #D0D0D0. Windows color (decimal): -1972934 or 3859937. OLE color: 3859937.
HSL color Cylindrical-coordinate representation of color #E1E53A: hue angle of 61.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1E53A is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 58 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.10 |
| HSL | 61.4º | 0.77% | 0.56% | - |
| HSV(B) | 61.4º | 0.75% | 0.9% | - |
| XYZ | 59.83 | 72.35 | 14.81 | - |
| YUV | 208.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 58 | 0.02 | 0 | 0.75 | 0.10 | 61.4 | 0.77 | 0.56 |
| Hex | E1 | E5 | 3A | 2 | 0 | 4B | A | 3D | 4D | 38 |
| Octal | 341 | 345 | 72 | 2 | 0 | 113 | 12 | 75 | 115 | 70 |
| Binary | 11100001 | 11100101 | 111010 | 10 | 0 | 1001011 | 1010 | 111101 | 1001101 | 111000 |
Color Harmonies of #E1E53A
Complementary color
Monochromatic Colors of #E1E53A
Black with #E1E53A
Text Example
Text Example
White with #E1E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E53A; }
p { color: rgb(225,229,58); }
H1.HeaderClassName
{
color: #E1E53A;
}
.AnyTagClassName
{
color: #E1E53A;
}
</style>
background-color css
<style>
a { background-color: #E1E53A; }
a { background-color: rgb(225,229,58); }
div.DivClassName
{
background-color: #E1E53A;
}
.BgClassName
{
background-color: #E1E53A;
}
</style>
border-color css
<style>
span { border-color: #E1E53A; }
span { border-color: rgb(225,229,58); }
td.TdClassName
{
border-color: #E1E53A;
}
.TagClassName
{
border-color: #E1E53A;
}
</style>