Shades of Starship #E6D13A
Tints of Starship #E6D13A
RGB
CMYK
RGB Variations
Color information
#E6D13A (or 0xE6D13A) is known color: Starship. HEX triplet: E6, D1 and 3A. RGB value is (230,209,58). Sum of RGB (Red+Green+Blue) = 230+209+58=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D13A is #192EC5. Grayscale: #C6C6C6. Windows color (decimal): -1650374 or 3854822. OLE color: 3854822.
HSL color Cylindrical-coordinate representation of color #E6D13A: hue angle of 52.67º 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 #E6D13A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 58 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.10 |
| HSL | 52.67º | 0.77% | 0.56% | - |
| HSV(B) | 52.67º | 0.75% | 0.9% | - |
| XYZ | 56.2 | 62.73 | 13.15 | - |
| YUV | 198.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 58 | 0 | 0.09 | 0.75 | 0.10 | 52.67 | 0.77 | 0.56 |
| Hex | E6 | D1 | 3A | 0 | 9 | 4B | A | 35 | 4D | 38 |
| Octal | 346 | 321 | 72 | 0 | 11 | 113 | 12 | 65 | 115 | 70 |
| Binary | 11100110 | 11010001 | 111010 | 0 | 1001 | 1001011 | 1010 | 110101 | 1001101 | 111000 |
Color Harmonies of #E6D13A
Complementary color
Monochromatic Colors of #E6D13A
Black with #E6D13A
Text Example
Text Example
White with #E6D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D13A; }
p { color: rgb(230,209,58); }
H1.HeaderClassName
{
color: #E6D13A;
}
.AnyTagClassName
{
color: #E6D13A;
}
</style>
background-color css
<style>
a { background-color: #E6D13A; }
a { background-color: rgb(230,209,58); }
div.DivClassName
{
background-color: #E6D13A;
}
.BgClassName
{
background-color: #E6D13A;
}
</style>
border-color css
<style>
span { border-color: #E6D13A; }
span { border-color: rgb(230,209,58); }
td.TdClassName
{
border-color: #E6D13A;
}
.TagClassName
{
border-color: #E6D13A;
}
</style>