Shades of Starship #E1EC42
Tints of Starship #E1EC42
RGB
CMYK
RGB Variations
Color information
#E1EC42 (or 0xE1EC42) is known color: Starship. HEX triplet: E1, EC and 42. RGB value is (225,236,66). Sum of RGB (Red+Green+Blue) = 225+236+66=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EC42 is #1E13BD. Grayscale: #D5D5D5. Windows color (decimal): -1971134 or 4386017. OLE color: 4386017.
HSL color Cylindrical-coordinate representation of color #E1EC42: hue angle of 63.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1EC42 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 66 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.07 |
| HSL | 63.88º | 0.82% | 0.59% | - |
| HSV(B) | 63.88º | 0.72% | 0.93% | - |
| XYZ | 62.03 | 76.39 | 16.63 | - |
| YUV | 213.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 66 | 0.05 | 0 | 0.72 | 0.07 | 63.88 | 0.82 | 0.59 |
| Hex | E1 | EC | 42 | 5 | 0 | 48 | 7 | 40 | 52 | 3B |
| Octal | 341 | 354 | 102 | 5 | 0 | 110 | 7 | 100 | 122 | 73 |
| Binary | 11100001 | 11101100 | 1000010 | 101 | 0 | 1001000 | 111 | 1000000 | 1010010 | 111011 |
Color Harmonies of #E1EC42
Complementary color
Monochromatic Colors of #E1EC42
Black with #E1EC42
Text Example
Text Example
White with #E1EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EC42; }
p { color: rgb(225,236,66); }
H1.HeaderClassName
{
color: #E1EC42;
}
.AnyTagClassName
{
color: #E1EC42;
}
</style>
background-color css
<style>
a { background-color: #E1EC42; }
a { background-color: rgb(225,236,66); }
div.DivClassName
{
background-color: #E1EC42;
}
.BgClassName
{
background-color: #E1EC42;
}
</style>
border-color css
<style>
span { border-color: #E1EC42; }
span { border-color: rgb(225,236,66); }
td.TdClassName
{
border-color: #E1EC42;
}
.TagClassName
{
border-color: #E1EC42;
}
</style>