Shades of Starship #E1E532
Tints of Starship #E1E532
RGB
CMYK
RGB Variations
Color information
#E1E532 (or 0xE1E532) is known color: Starship. HEX triplet: E1, E5 and 32. RGB value is (225,229,50). Sum of RGB (Red+Green+Blue) = 225+229+50=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E532 is #1E1ACD. Grayscale: #D0D0D0. Windows color (decimal): -1972942 or 3335649. OLE color: 3335649.
HSL color Cylindrical-coordinate representation of color #E1E532: hue angle of 61.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1E532 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 50 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.10 |
| HSL | 61.34º | 0.77% | 0.55% | - |
| HSV(B) | 61.34º | 0.78% | 0.9% | - |
| XYZ | 59.65 | 72.28 | 13.82 | - |
| YUV | 207.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 50 | 0.02 | 0 | 0.78 | 0.10 | 61.34 | 0.77 | 0.55 |
| Hex | E1 | E5 | 32 | 2 | 0 | 4E | A | 3D | 4D | 37 |
| Octal | 341 | 345 | 62 | 2 | 0 | 116 | 12 | 75 | 115 | 67 |
| Binary | 11100001 | 11100101 | 110010 | 10 | 0 | 1001110 | 1010 | 111101 | 1001101 | 110111 |
Color Harmonies of #E1E532
Complementary color
Monochromatic Colors of #E1E532
Black with #E1E532
Text Example
Text Example
White with #E1E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E532; }
p { color: rgb(225,229,50); }
H1.HeaderClassName
{
color: #E1E532;
}
.AnyTagClassName
{
color: #E1E532;
}
</style>
background-color css
<style>
a { background-color: #E1E532; }
a { background-color: rgb(225,229,50); }
div.DivClassName
{
background-color: #E1E532;
}
.BgClassName
{
background-color: #E1E532;
}
</style>
border-color css
<style>
span { border-color: #E1E532; }
span { border-color: rgb(225,229,50); }
td.TdClassName
{
border-color: #E1E532;
}
.TagClassName
{
border-color: #E1E532;
}
</style>