Shades of Starship #E1E530
Tints of Starship #E1E530
RGB
CMYK
RGB Variations
Color information
#E1E530 (or 0xE1E530) is known color: Starship. HEX triplet: E1, E5 and 30. RGB value is (225,229,48). Sum of RGB (Red+Green+Blue) = 225+229+48=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E530 is #1E1ACF. Grayscale: #CFCFCF. Windows color (decimal): -1972944 or 3204577. OLE color: 3204577.
HSL color Cylindrical-coordinate representation of color #E1E530: hue angle of 61.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1E530 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 48 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.10 |
| HSL | 61.33º | 0.78% | 0.54% | - |
| HSV(B) | 61.33º | 0.79% | 0.9% | - |
| XYZ | 59.6 | 72.26 | 13.6 | - |
| YUV | 207.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 48 | 0.02 | 0 | 0.79 | 0.10 | 61.33 | 0.78 | 0.54 |
| Hex | E1 | E5 | 30 | 2 | 0 | 4F | A | 3D | 4E | 36 |
| Octal | 341 | 345 | 60 | 2 | 0 | 117 | 12 | 75 | 116 | 66 |
| Binary | 11100001 | 11100101 | 110000 | 10 | 0 | 1001111 | 1010 | 111101 | 1001110 | 110110 |
Color Harmonies of #E1E530
Complementary color
Monochromatic Colors of #E1E530
Black with #E1E530
Text Example
Text Example
White with #E1E530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E530; }
p { color: rgb(225,229,48); }
H1.HeaderClassName
{
color: #E1E530;
}
.AnyTagClassName
{
color: #E1E530;
}
</style>
background-color css
<style>
a { background-color: #E1E530; }
a { background-color: rgb(225,229,48); }
div.DivClassName
{
background-color: #E1E530;
}
.BgClassName
{
background-color: #E1E530;
}
</style>
border-color css
<style>
span { border-color: #E1E530; }
span { border-color: rgb(225,229,48); }
td.TdClassName
{
border-color: #E1E530;
}
.TagClassName
{
border-color: #E1E530;
}
</style>