Shades of Starship #E8D13B
Tints of Starship #E8D13B
RGB
CMYK
RGB Variations
Color information
#E8D13B (or 0xE8D13B) is known color: Starship. HEX triplet: E8, D1 and 3B. RGB value is (232,209,59). Sum of RGB (Red+Green+Blue) = 232+209+59=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D13B is #172EC4. Grayscale: #C7C7C7. Windows color (decimal): -1519301 or 3920360. OLE color: 3920360.
HSL color Cylindrical-coordinate representation of color #E8D13B: hue angle of 52.02º 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 #E8D13B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 59 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.09 |
| HSL | 52.02º | 0.79% | 0.57% | - |
| HSV(B) | 52.02º | 0.75% | 0.91% | - |
| XYZ | 56.87 | 63.07 | 13.31 | - |
| YUV | 198.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 59 | 0 | 0.10 | 0.75 | 0.09 | 52.02 | 0.79 | 0.57 |
| Hex | E8 | D1 | 3B | 0 | A | 4B | 9 | 34 | 4F | 39 |
| Octal | 350 | 321 | 73 | 0 | 12 | 113 | 11 | 64 | 117 | 71 |
| Binary | 11101000 | 11010001 | 111011 | 0 | 1010 | 1001011 | 1001 | 110100 | 1001111 | 111001 |
Color Harmonies of #E8D13B
Complementary color
Monochromatic Colors of #E8D13B
Black with #E8D13B
Text Example
Text Example
White with #E8D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D13B; }
p { color: rgb(232,209,59); }
H1.HeaderClassName
{
color: #E8D13B;
}
.AnyTagClassName
{
color: #E8D13B;
}
</style>
background-color css
<style>
a { background-color: #E8D13B; }
a { background-color: rgb(232,209,59); }
div.DivClassName
{
background-color: #E8D13B;
}
.BgClassName
{
background-color: #E8D13B;
}
</style>
border-color css
<style>
span { border-color: #E8D13B; }
span { border-color: rgb(232,209,59); }
td.TdClassName
{
border-color: #E8D13B;
}
.TagClassName
{
border-color: #E8D13B;
}
</style>