Shades of Starship #E6DA3A
Tints of Starship #E6DA3A
RGB
CMYK
RGB Variations
Color information
#E6DA3A (or 0xE6DA3A) is known color: Starship. HEX triplet: E6, DA and 3A. RGB value is (230,218,58). Sum of RGB (Red+Green+Blue) = 230+218+58=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DA3A is #1925C5. Grayscale: #CCCCCC. Windows color (decimal): -1648070 or 3857126. OLE color: 3857126.
HSL color Cylindrical-coordinate representation of color #E6DA3A: hue angle of 55.81º 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 #E6DA3A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 58 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.10 |
| HSL | 55.81º | 0.77% | 0.56% | - |
| HSV(B) | 55.81º | 0.75% | 0.9% | - |
| XYZ | 58.47 | 67.27 | 13.91 | - |
| YUV | 203.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 58 | 0 | 0.05 | 0.75 | 0.10 | 55.81 | 0.77 | 0.56 |
| Hex | E6 | DA | 3A | 0 | 5 | 4B | A | 38 | 4D | 38 |
| Octal | 346 | 332 | 72 | 0 | 5 | 113 | 12 | 70 | 115 | 70 |
| Binary | 11100110 | 11011010 | 111010 | 0 | 101 | 1001011 | 1010 | 111000 | 1001101 | 111000 |
Color Harmonies of #E6DA3A
Complementary color
Monochromatic Colors of #E6DA3A
Black with #E6DA3A
Text Example
Text Example
White with #E6DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA3A; }
p { color: rgb(230,218,58); }
H1.HeaderClassName
{
color: #E6DA3A;
}
.AnyTagClassName
{
color: #E6DA3A;
}
</style>
background-color css
<style>
a { background-color: #E6DA3A; }
a { background-color: rgb(230,218,58); }
div.DivClassName
{
background-color: #E6DA3A;
}
.BgClassName
{
background-color: #E6DA3A;
}
</style>
border-color css
<style>
span { border-color: #E6DA3A; }
span { border-color: rgb(230,218,58); }
td.TdClassName
{
border-color: #E6DA3A;
}
.TagClassName
{
border-color: #E6DA3A;
}
</style>