Shades of Starship #E8DA46
Tints of Starship #E8DA46
RGB
CMYK
RGB Variations
Color information
#E8DA46 (or 0xE8DA46) is known color: Starship. HEX triplet: E8, DA and 46. RGB value is (232,218,70). Sum of RGB (Red+Green+Blue) = 232+218+70=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA46 is #1725B9. Grayscale: #CDCDCD. Windows color (decimal): -1516986 or 4643560. OLE color: 4643560.
HSL color Cylindrical-coordinate representation of color #E8DA46: hue angle of 54.81º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8DA46 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 70 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.09 |
| HSL | 54.81º | 0.78% | 0.59% | - |
| HSV(B) | 54.81º | 0.7% | 0.91% | - |
| XYZ | 59.46 | 67.74 | 15.74 | - |
| YUV | 205.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 70 | 0 | 0.06 | 0.70 | 0.09 | 54.81 | 0.78 | 0.59 |
| Hex | E8 | DA | 46 | 0 | 6 | 46 | 9 | 37 | 4E | 3B |
| Octal | 350 | 332 | 106 | 0 | 6 | 106 | 11 | 67 | 116 | 73 |
| Binary | 11101000 | 11011010 | 1000110 | 0 | 110 | 1000110 | 1001 | 110111 | 1001110 | 111011 |
Color Harmonies of #E8DA46
Complementary color
Monochromatic Colors of #E8DA46
Black with #E8DA46
Text Example
Text Example
White with #E8DA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA46; }
p { color: rgb(232,218,70); }
H1.HeaderClassName
{
color: #E8DA46;
}
.AnyTagClassName
{
color: #E8DA46;
}
</style>
background-color css
<style>
a { background-color: #E8DA46; }
a { background-color: rgb(232,218,70); }
div.DivClassName
{
background-color: #E8DA46;
}
.BgClassName
{
background-color: #E8DA46;
}
</style>
border-color css
<style>
span { border-color: #E8DA46; }
span { border-color: rgb(232,218,70); }
td.TdClassName
{
border-color: #E8DA46;
}
.TagClassName
{
border-color: #E8DA46;
}
</style>