Shades of Starship #E8DA3A
Tints of Starship #E8DA3A
RGB
CMYK
RGB Variations
Color information
#E8DA3A (or 0xE8DA3A) is known color: Starship. HEX triplet: E8, DA and 3A. RGB value is (232,218,58). Sum of RGB (Red+Green+Blue) = 232+218+58=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA3A is #1725C5. Grayscale: #CCCCCC. Windows color (decimal): -1516998 or 3857128. OLE color: 3857128.
HSL color Cylindrical-coordinate representation of color #E8DA3A: hue angle of 55.17º degrees, saturation: 0.79, 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 #E8DA3A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 58 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.09 |
| HSL | 55.17º | 0.79% | 0.57% | - |
| HSV(B) | 55.17º | 0.75% | 0.91% | - |
| XYZ | 59.11 | 67.6 | 13.94 | - |
| YUV | 203.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 58 | 0 | 0.06 | 0.75 | 0.09 | 55.17 | 0.79 | 0.57 |
| Hex | E8 | DA | 3A | 0 | 6 | 4B | 9 | 37 | 4F | 39 |
| Octal | 350 | 332 | 72 | 0 | 6 | 113 | 11 | 67 | 117 | 71 |
| Binary | 11101000 | 11011010 | 111010 | 0 | 110 | 1001011 | 1001 | 110111 | 1001111 | 111001 |
Color Harmonies of #E8DA3A
Complementary color
Monochromatic Colors of #E8DA3A
Black with #E8DA3A
Text Example
Text Example
White with #E8DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA3A; }
p { color: rgb(232,218,58); }
H1.HeaderClassName
{
color: #E8DA3A;
}
.AnyTagClassName
{
color: #E8DA3A;
}
</style>
background-color css
<style>
a { background-color: #E8DA3A; }
a { background-color: rgb(232,218,58); }
div.DivClassName
{
background-color: #E8DA3A;
}
.BgClassName
{
background-color: #E8DA3A;
}
</style>
border-color css
<style>
span { border-color: #E8DA3A; }
span { border-color: rgb(232,218,58); }
td.TdClassName
{
border-color: #E8DA3A;
}
.TagClassName
{
border-color: #E8DA3A;
}
</style>