Shades of Starship #E8D43A
Tints of Starship #E8D43A
RGB
CMYK
RGB Variations
Color information
#E8D43A (or 0xE8D43A) is known color: Starship. HEX triplet: E8, D4 and 3A. RGB value is (232,212,58). Sum of RGB (Red+Green+Blue) = 232+212+58=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D43A is #172BC5. Grayscale: #C9C9C9. Windows color (decimal): -1518534 or 3855592. OLE color: 3855592.
HSL color Cylindrical-coordinate representation of color #E8D43A: hue angle of 53.1º 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 #E8D43A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 58 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.09 |
| HSL | 53.1º | 0.79% | 0.57% | - |
| HSV(B) | 53.1º | 0.75% | 0.91% | - |
| XYZ | 57.59 | 64.55 | 13.43 | - |
| YUV | 200.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 58 | 0 | 0.09 | 0.75 | 0.09 | 53.1 | 0.79 | 0.57 |
| Hex | E8 | D4 | 3A | 0 | 9 | 4B | 9 | 35 | 4F | 39 |
| Octal | 350 | 324 | 72 | 0 | 11 | 113 | 11 | 65 | 117 | 71 |
| Binary | 11101000 | 11010100 | 111010 | 0 | 1001 | 1001011 | 1001 | 110101 | 1001111 | 111001 |
Color Harmonies of #E8D43A
Complementary color
Monochromatic Colors of #E8D43A
Black with #E8D43A
Text Example
Text Example
White with #E8D43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D43A; }
p { color: rgb(232,212,58); }
H1.HeaderClassName
{
color: #E8D43A;
}
.AnyTagClassName
{
color: #E8D43A;
}
</style>
background-color css
<style>
a { background-color: #E8D43A; }
a { background-color: rgb(232,212,58); }
div.DivClassName
{
background-color: #E8D43A;
}
.BgClassName
{
background-color: #E8D43A;
}
</style>
border-color css
<style>
span { border-color: #E8D43A; }
span { border-color: rgb(232,212,58); }
td.TdClassName
{
border-color: #E8D43A;
}
.TagClassName
{
border-color: #E8D43A;
}
</style>