Shades of Starship #E7D83A
Tints of Starship #E7D83A
RGB
CMYK
RGB Variations
Color information
#E7D83A (or 0xE7D83A) is known color: Starship. HEX triplet: E7, D8 and 3A. RGB value is (231,216,58). Sum of RGB (Red+Green+Blue) = 231+216+58=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D83A is #1827C5. Grayscale: #CBCBCB. Windows color (decimal): -1583046 or 3856615. OLE color: 3856615.
HSL color Cylindrical-coordinate representation of color #E7D83A: hue angle of 54.8º degrees, saturation: 0.78, 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 #E7D83A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 58 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.09 |
| HSL | 54.8º | 0.78% | 0.57% | - |
| HSV(B) | 54.8º | 0.75% | 0.91% | - |
| XYZ | 58.27 | 66.41 | 13.75 | - |
| YUV | 202.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 58 | 0 | 0.06 | 0.75 | 0.09 | 54.8 | 0.78 | 0.57 |
| Hex | E7 | D8 | 3A | 0 | 6 | 4B | 9 | 37 | 4E | 39 |
| Octal | 347 | 330 | 72 | 0 | 6 | 113 | 11 | 67 | 116 | 71 |
| Binary | 11100111 | 11011000 | 111010 | 0 | 110 | 1001011 | 1001 | 110111 | 1001110 | 111001 |
Color Harmonies of #E7D83A
Complementary color
Monochromatic Colors of #E7D83A
Black with #E7D83A
Text Example
Text Example
White with #E7D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D83A; }
p { color: rgb(231,216,58); }
H1.HeaderClassName
{
color: #E7D83A;
}
.AnyTagClassName
{
color: #E7D83A;
}
</style>
background-color css
<style>
a { background-color: #E7D83A; }
a { background-color: rgb(231,216,58); }
div.DivClassName
{
background-color: #E7D83A;
}
.BgClassName
{
background-color: #E7D83A;
}
</style>
border-color css
<style>
span { border-color: #E7D83A; }
span { border-color: rgb(231,216,58); }
td.TdClassName
{
border-color: #E7D83A;
}
.TagClassName
{
border-color: #E7D83A;
}
</style>