Shades of Starship #E8E13C
Tints of Starship #E8E13C
RGB
CMYK
RGB Variations
Color information
#E8E13C (or 0xE8E13C) is known color: Starship. HEX triplet: E8, E1 and 3C. RGB value is (232,225,60). Sum of RGB (Red+Green+Blue) = 232+225+60=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E13C is #171EC3. Grayscale: #D0D0D0. Windows color (decimal): -1515204 or 3989992. OLE color: 3989992.
HSL color Cylindrical-coordinate representation of color #E8E13C: hue angle of 57.56º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8E13C is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 60 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.09 |
| HSL | 57.56º | 0.79% | 0.57% | - |
| HSV(B) | 57.56º | 0.74% | 0.91% | - |
| XYZ | 61.02 | 71.33 | 14.83 | - |
| YUV | 208.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 60 | 0 | 0.03 | 0.74 | 0.09 | 57.56 | 0.79 | 0.57 |
| Hex | E8 | E1 | 3C | 0 | 3 | 4A | 9 | 3A | 4F | 39 |
| Octal | 350 | 341 | 74 | 0 | 3 | 112 | 11 | 72 | 117 | 71 |
| Binary | 11101000 | 11100001 | 111100 | 0 | 11 | 1001010 | 1001 | 111010 | 1001111 | 111001 |
Color Harmonies of #E8E13C
Complementary color
Monochromatic Colors of #E8E13C
Black with #E8E13C
Text Example
Text Example
White with #E8E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E13C; }
p { color: rgb(232,225,60); }
H1.HeaderClassName
{
color: #E8E13C;
}
.AnyTagClassName
{
color: #E8E13C;
}
</style>
background-color css
<style>
a { background-color: #E8E13C; }
a { background-color: rgb(232,225,60); }
div.DivClassName
{
background-color: #E8E13C;
}
.BgClassName
{
background-color: #E8E13C;
}
</style>
border-color css
<style>
span { border-color: #E8E13C; }
span { border-color: rgb(232,225,60); }
td.TdClassName
{
border-color: #E8E13C;
}
.TagClassName
{
border-color: #E8E13C;
}
</style>