Shades of Starship #E8D53F
Tints of Starship #E8D53F
RGB
CMYK
RGB Variations
Color information
#E8D53F (or 0xE8D53F) is known color: Starship. HEX triplet: E8, D5 and 3F. RGB value is (232,213,63). Sum of RGB (Red+Green+Blue) = 232+213+63=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D53F is #172AC0. Grayscale: #CACACA. Windows color (decimal): -1518273 or 4183528. OLE color: 4183528.
HSL color Cylindrical-coordinate representation of color #E8D53F: hue angle of 53.25º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8D53F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 63 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.09 |
| HSL | 53.25º | 0.79% | 0.58% | - |
| HSV(B) | 53.25º | 0.73% | 0.91% | - |
| XYZ | 57.97 | 65.1 | 14.21 | - |
| YUV | 201.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 63 | 0 | 0.08 | 0.73 | 0.09 | 53.25 | 0.79 | 0.58 |
| Hex | E8 | D5 | 3F | 0 | 8 | 49 | 9 | 35 | 4F | 3A |
| Octal | 350 | 325 | 77 | 0 | 10 | 111 | 11 | 65 | 117 | 72 |
| Binary | 11101000 | 11010101 | 111111 | 0 | 1000 | 1001001 | 1001 | 110101 | 1001111 | 111010 |
Color Harmonies of #E8D53F
Complementary color
Monochromatic Colors of #E8D53F
Black with #E8D53F
Text Example
Text Example
White with #E8D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D53F; }
p { color: rgb(232,213,63); }
H1.HeaderClassName
{
color: #E8D53F;
}
.AnyTagClassName
{
color: #E8D53F;
}
</style>
background-color css
<style>
a { background-color: #E8D53F; }
a { background-color: rgb(232,213,63); }
div.DivClassName
{
background-color: #E8D53F;
}
.BgClassName
{
background-color: #E8D53F;
}
</style>
border-color css
<style>
span { border-color: #E8D53F; }
span { border-color: rgb(232,213,63); }
td.TdClassName
{
border-color: #E8D53F;
}
.TagClassName
{
border-color: #E8D53F;
}
</style>