Shades of Starship #E8EB42
Tints of Starship #E8EB42
RGB
CMYK
RGB Variations
Color information
#E8EB42 (or 0xE8EB42) is known color: Starship. HEX triplet: E8, EB and 42. RGB value is (232,235,66). Sum of RGB (Red+Green+Blue) = 232+235+66=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EB42 is #1714BD. Grayscale: #D7D7D7. Windows color (decimal): -1512638 or 4385768. OLE color: 4385768.
HSL color Cylindrical-coordinate representation of color #E8EB42: hue angle of 61.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8EB42 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 66 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.08 |
| HSL | 61.07º | 0.81% | 0.59% | - |
| HSV(B) | 61.07º | 0.72% | 0.92% | - |
| XYZ | 63.97 | 76.97 | 16.64 | - |
| YUV | 214.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 66 | 0.01 | 0 | 0.72 | 0.08 | 61.07 | 0.81 | 0.59 |
| Hex | E8 | EB | 42 | 1 | 0 | 48 | 8 | 3D | 51 | 3B |
| Octal | 350 | 353 | 102 | 1 | 0 | 110 | 10 | 75 | 121 | 73 |
| Binary | 11101000 | 11101011 | 1000010 | 1 | 0 | 1001000 | 1000 | 111101 | 1010001 | 111011 |
Color Harmonies of #E8EB42
Complementary color
Monochromatic Colors of #E8EB42
Black with #E8EB42
Text Example
Text Example
White with #E8EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EB42; }
p { color: rgb(232,235,66); }
H1.HeaderClassName
{
color: #E8EB42;
}
.AnyTagClassName
{
color: #E8EB42;
}
</style>
background-color css
<style>
a { background-color: #E8EB42; }
a { background-color: rgb(232,235,66); }
div.DivClassName
{
background-color: #E8EB42;
}
.BgClassName
{
background-color: #E8EB42;
}
</style>
border-color css
<style>
span { border-color: #E8EB42; }
span { border-color: rgb(232,235,66); }
td.TdClassName
{
border-color: #E8EB42;
}
.TagClassName
{
border-color: #E8EB42;
}
</style>