Shades of Starship #E8D83A
Tints of Starship #E8D83A
RGB
CMYK
RGB Variations
Color information
#E8D83A (or 0xE8D83A) is known color: Starship. HEX triplet: E8, D8 and 3A. RGB value is (232,216,58). Sum of RGB (Red+Green+Blue) = 232+216+58=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D83A is #1727C5. Grayscale: #CBCBCB. Windows color (decimal): -1517510 or 3856616. OLE color: 3856616.
HSL color Cylindrical-coordinate representation of color #E8D83A: hue angle of 54.48º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8D83A is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 58 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.09 |
| HSL | 54.48º | 0.79% | 0.57% | - |
| HSV(B) | 54.48º | 0.75% | 0.91% | - |
| XYZ | 58.6 | 66.57 | 13.76 | - |
| YUV | 202.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 58 | 0 | 0.07 | 0.75 | 0.09 | 54.48 | 0.79 | 0.57 |
| Hex | E8 | D8 | 3A | 0 | 7 | 4B | 9 | 36 | 4F | 39 |
| Octal | 350 | 330 | 72 | 0 | 7 | 113 | 11 | 66 | 117 | 71 |
| Binary | 11101000 | 11011000 | 111010 | 0 | 111 | 1001011 | 1001 | 110110 | 1001111 | 111001 |
Color Harmonies of #E8D83A
Complementary color
Monochromatic Colors of #E8D83A
Black with #E8D83A
Text Example
Text Example
White with #E8D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D83A; }
p { color: rgb(232,216,58); }
H1.HeaderClassName
{
color: #E8D83A;
}
.AnyTagClassName
{
color: #E8D83A;
}
</style>
background-color css
<style>
a { background-color: #E8D83A; }
a { background-color: rgb(232,216,58); }
div.DivClassName
{
background-color: #E8D83A;
}
.BgClassName
{
background-color: #E8D83A;
}
</style>
border-color css
<style>
span { border-color: #E8D83A; }
span { border-color: rgb(232,216,58); }
td.TdClassName
{
border-color: #E8D83A;
}
.TagClassName
{
border-color: #E8D83A;
}
</style>