Shades of Starship #E8EC42
Tints of Starship #E8EC42
RGB
CMYK
RGB Variations
Color information
#E8EC42 (or 0xE8EC42) is known color: Starship. HEX triplet: E8, EC and 42. RGB value is (232,236,66). Sum of RGB (Red+Green+Blue) = 232+236+66=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #E8EC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EC42 is #1713BD. Grayscale: #D8D8D8. Windows color (decimal): -1512382 or 4386024. OLE color: 4386024.
HSL color Cylindrical-coordinate representation of color #E8EC42: hue angle of 61.41º 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 #E8EC42 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 236 | 66 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.07 |
| HSL | 61.41º | 0.82% | 0.59% | - |
| HSV(B) | 61.41º | 0.72% | 0.93% | - |
| XYZ | 64.26 | 77.54 | 16.73 | - |
| YUV | 215.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 236 | 66 | 0.02 | 0 | 0.72 | 0.07 | 61.41 | 0.82 | 0.59 |
| Hex | E8 | EC | 42 | 2 | 0 | 48 | 7 | 3D | 52 | 3B |
| Octal | 350 | 354 | 102 | 2 | 0 | 110 | 7 | 75 | 122 | 73 |
| Binary | 11101000 | 11101100 | 1000010 | 10 | 0 | 1001000 | 111 | 111101 | 1010010 | 111011 |
Color Harmonies of #E8EC42
Complementary color
Monochromatic Colors of #E8EC42
Black with #E8EC42
Text Example
Text Example
White with #E8EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EC42; }
p { color: rgb(232,236,66); }
H1.HeaderClassName
{
color: #E8EC42;
}
.AnyTagClassName
{
color: #E8EC42;
}
</style>
background-color css
<style>
a { background-color: #E8EC42; }
a { background-color: rgb(232,236,66); }
div.DivClassName
{
background-color: #E8EC42;
}
.BgClassName
{
background-color: #E8EC42;
}
</style>
border-color css
<style>
span { border-color: #E8EC42; }
span { border-color: rgb(232,236,66); }
td.TdClassName
{
border-color: #E8EC42;
}
.TagClassName
{
border-color: #E8EC42;
}
</style>