Shades of Starship #E8D83E
Tints of Starship #E8D83E
RGB
CMYK
RGB Variations
Color information
#E8D83E (or 0xE8D83E) is known color: Starship. HEX triplet: E8, D8 and 3E. RGB value is (232,216,62). Sum of RGB (Red+Green+Blue) = 232+216+62=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D83E is #1727C1. Grayscale: #CBCBCB. Windows color (decimal): -1517506 or 4118760. OLE color: 4118760.
HSL color Cylindrical-coordinate representation of color #E8D83E: hue angle of 54.35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8D83E is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 62 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.09 |
| HSL | 54.35º | 0.79% | 0.58% | - |
| HSV(B) | 54.35º | 0.73% | 0.91% | - |
| XYZ | 58.7 | 66.62 | 14.32 | - |
| YUV | 203.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 62 | 0 | 0.07 | 0.73 | 0.09 | 54.35 | 0.79 | 0.58 |
| Hex | E8 | D8 | 3E | 0 | 7 | 49 | 9 | 36 | 4F | 3A |
| Octal | 350 | 330 | 76 | 0 | 7 | 111 | 11 | 66 | 117 | 72 |
| Binary | 11101000 | 11011000 | 111110 | 0 | 111 | 1001001 | 1001 | 110110 | 1001111 | 111010 |
Color Harmonies of #E8D83E
Complementary color
Monochromatic Colors of #E8D83E
Black with #E8D83E
Text Example
Text Example
White with #E8D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D83E; }
p { color: rgb(232,216,62); }
H1.HeaderClassName
{
color: #E8D83E;
}
.AnyTagClassName
{
color: #E8D83E;
}
</style>
background-color css
<style>
a { background-color: #E8D83E; }
a { background-color: rgb(232,216,62); }
div.DivClassName
{
background-color: #E8D83E;
}
.BgClassName
{
background-color: #E8D83E;
}
</style>
border-color css
<style>
span { border-color: #E8D83E; }
span { border-color: rgb(232,216,62); }
td.TdClassName
{
border-color: #E8D83E;
}
.TagClassName
{
border-color: #E8D83E;
}
</style>