Shades of Starship #E8D742
Tints of Starship #E8D742
RGB
CMYK
RGB Variations
Color information
#E8D742 (or 0xE8D742) is known color: Starship. HEX triplet: E8, D7 and 42. RGB value is (232,215,66). Sum of RGB (Red+Green+Blue) = 232+215+66=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D742 is #1728BD. Grayscale: #CBCBCB. Windows color (decimal): -1517758 or 4380648. OLE color: 4380648.
HSL color Cylindrical-coordinate representation of color #E8D742: hue angle of 53.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8D742 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 66 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.09 |
| HSL | 53.86º | 0.78% | 0.58% | - |
| HSV(B) | 53.86º | 0.72% | 0.91% | - |
| XYZ | 58.56 | 66.15 | 14.84 | - |
| YUV | 203.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 66 | 0 | 0.07 | 0.72 | 0.09 | 53.86 | 0.78 | 0.58 |
| Hex | E8 | D7 | 42 | 0 | 7 | 48 | 9 | 36 | 4E | 3A |
| Octal | 350 | 327 | 102 | 0 | 7 | 110 | 11 | 66 | 116 | 72 |
| Binary | 11101000 | 11010111 | 1000010 | 0 | 111 | 1001000 | 1001 | 110110 | 1001110 | 111010 |
Color Harmonies of #E8D742
Complementary color
Monochromatic Colors of #E8D742
Black with #E8D742
Text Example
Text Example
White with #E8D742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D742; }
p { color: rgb(232,215,66); }
H1.HeaderClassName
{
color: #E8D742;
}
.AnyTagClassName
{
color: #E8D742;
}
</style>
background-color css
<style>
a { background-color: #E8D742; }
a { background-color: rgb(232,215,66); }
div.DivClassName
{
background-color: #E8D742;
}
.BgClassName
{
background-color: #E8D742;
}
</style>
border-color css
<style>
span { border-color: #E8D742; }
span { border-color: rgb(232,215,66); }
td.TdClassName
{
border-color: #E8D742;
}
.TagClassName
{
border-color: #E8D742;
}
</style>