Shades of Starship #E6DA37
Tints of Starship #E6DA37
RGB
CMYK
RGB Variations
Color information
#E6DA37 (or 0xE6DA37) is known color: Starship. HEX triplet: E6, DA and 37. RGB value is (230,218,55). Sum of RGB (Red+Green+Blue) = 230+218+55=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 55 (21.88% from 255 or 10.93% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DA37 is #1925C8. Grayscale: #CBCBCB. Windows color (decimal): -1648073 or 3660518. OLE color: 3660518.
HSL color Cylindrical-coordinate representation of color #E6DA37: hue angle of 55.89º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6DA37 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 55 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.10 |
| HSL | 55.89º | 0.78% | 0.56% | - |
| HSV(B) | 55.89º | 0.76% | 0.9% | - |
| XYZ | 58.39 | 67.24 | 13.52 | - |
| YUV | 203.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 55 | 0 | 0.05 | 0.76 | 0.10 | 55.89 | 0.78 | 0.56 |
| Hex | E6 | DA | 37 | 0 | 5 | 4C | A | 38 | 4E | 38 |
| Octal | 346 | 332 | 67 | 0 | 5 | 114 | 12 | 70 | 116 | 70 |
| Binary | 11100110 | 11011010 | 110111 | 0 | 101 | 1001100 | 1010 | 111000 | 1001110 | 111000 |
Color Harmonies of #E6DA37
Complementary color
Monochromatic Colors of #E6DA37
Black with #E6DA37
Text Example
Text Example
White with #E6DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA37; }
p { color: rgb(230,218,55); }
H1.HeaderClassName
{
color: #E6DA37;
}
.AnyTagClassName
{
color: #E6DA37;
}
</style>
background-color css
<style>
a { background-color: #E6DA37; }
a { background-color: rgb(230,218,55); }
div.DivClassName
{
background-color: #E6DA37;
}
.BgClassName
{
background-color: #E6DA37;
}
</style>
border-color css
<style>
span { border-color: #E6DA37; }
span { border-color: rgb(230,218,55); }
td.TdClassName
{
border-color: #E6DA37;
}
.TagClassName
{
border-color: #E6DA37;
}
</style>