Shades of Starship #E1E332
Tints of Starship #E1E332
RGB
CMYK
RGB Variations
Color information
#E1E332 (or 0xE1E332) is known color: Starship. HEX triplet: E1, E3 and 32. RGB value is (225,227,50). Sum of RGB (Red+Green+Blue) = 225+227+50=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E332 is #1E1CCD. Grayscale: #CECECE. Windows color (decimal): -1973454 or 3335137. OLE color: 3335137.
HSL color Cylindrical-coordinate representation of color #E1E332: hue angle of 60.68º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1E332 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 50 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.11 |
| HSL | 60.68º | 0.76% | 0.54% | - |
| HSV(B) | 60.68º | 0.78% | 0.89% | - |
| XYZ | 59.1 | 71.18 | 13.64 | - |
| YUV | 206.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 50 | 0.01 | 0 | 0.78 | 0.11 | 60.68 | 0.76 | 0.54 |
| Hex | E1 | E3 | 32 | 1 | 0 | 4E | B | 3D | 4C | 36 |
| Octal | 341 | 343 | 62 | 1 | 0 | 116 | 13 | 75 | 114 | 66 |
| Binary | 11100001 | 11100011 | 110010 | 1 | 0 | 1001110 | 1011 | 111101 | 1001100 | 110110 |
Color Harmonies of #E1E332
Complementary color
Monochromatic Colors of #E1E332
Black with #E1E332
Text Example
Text Example
White with #E1E332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E332; }
p { color: rgb(225,227,50); }
H1.HeaderClassName
{
color: #E1E332;
}
.AnyTagClassName
{
color: #E1E332;
}
</style>
background-color css
<style>
a { background-color: #E1E332; }
a { background-color: rgb(225,227,50); }
div.DivClassName
{
background-color: #E1E332;
}
.BgClassName
{
background-color: #E1E332;
}
</style>
border-color css
<style>
span { border-color: #E1E332; }
span { border-color: rgb(225,227,50); }
td.TdClassName
{
border-color: #E1E332;
}
.TagClassName
{
border-color: #E1E332;
}
</style>