Shades of Starship #E6D83A
Tints of Starship #E6D83A
RGB
CMYK
RGB Variations
Color information
#E6D83A (or 0xE6D83A) is known color: Starship. HEX triplet: E6, D8 and 3A. RGB value is (230,216,58). Sum of RGB (Red+Green+Blue) = 230+216+58=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D83A is #1927C5. Grayscale: #CACACA. Windows color (decimal): -1648582 or 3856614. OLE color: 3856614.
HSL color Cylindrical-coordinate representation of color #E6D83A: hue angle of 55.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6D83A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 58 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.10 |
| HSL | 55.12º | 0.77% | 0.56% | - |
| HSV(B) | 55.12º | 0.75% | 0.9% | - |
| XYZ | 57.95 | 66.24 | 13.73 | - |
| YUV | 202.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 58 | 0 | 0.06 | 0.75 | 0.10 | 55.12 | 0.77 | 0.56 |
| Hex | E6 | D8 | 3A | 0 | 6 | 4B | A | 37 | 4D | 38 |
| Octal | 346 | 330 | 72 | 0 | 6 | 113 | 12 | 67 | 115 | 70 |
| Binary | 11100110 | 11011000 | 111010 | 0 | 110 | 1001011 | 1010 | 110111 | 1001101 | 111000 |
Color Harmonies of #E6D83A
Complementary color
Monochromatic Colors of #E6D83A
Black with #E6D83A
Text Example
Text Example
White with #E6D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D83A; }
p { color: rgb(230,216,58); }
H1.HeaderClassName
{
color: #E6D83A;
}
.AnyTagClassName
{
color: #E6D83A;
}
</style>
background-color css
<style>
a { background-color: #E6D83A; }
a { background-color: rgb(230,216,58); }
div.DivClassName
{
background-color: #E6D83A;
}
.BgClassName
{
background-color: #E6D83A;
}
</style>
border-color css
<style>
span { border-color: #E6D83A; }
span { border-color: rgb(230,216,58); }
td.TdClassName
{
border-color: #E6D83A;
}
.TagClassName
{
border-color: #E6D83A;
}
</style>