Shades of Starship #E1D63F
Tints of Starship #E1D63F
RGB
CMYK
RGB Variations
Color information
#E1D63F (or 0xE1D63F) is known color: Starship. HEX triplet: E1, D6 and 3F. RGB value is (225,214,63). Sum of RGB (Red+Green+Blue) = 225+214+63=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D63F is #1E29C0. Grayscale: #C8C8C8. Windows color (decimal): -1976769 or 4183777. OLE color: 4183777.
HSL color Cylindrical-coordinate representation of color #E1D63F: hue angle of 55.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1D63F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 63 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.12 |
| HSL | 55.93º | 0.73% | 0.56% | - |
| HSV(B) | 55.93º | 0.72% | 0.88% | - |
| XYZ | 56 | 64.46 | 14.19 | - |
| YUV | 200.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 63 | 0 | 0.05 | 0.72 | 0.12 | 55.93 | 0.73 | 0.56 |
| Hex | E1 | D6 | 3F | 0 | 5 | 48 | C | 38 | 49 | 38 |
| Octal | 341 | 326 | 77 | 0 | 5 | 110 | 14 | 70 | 111 | 70 |
| Binary | 11100001 | 11010110 | 111111 | 0 | 101 | 1001000 | 1100 | 111000 | 1001001 | 111000 |
Color Harmonies of #E1D63F
Complementary color
Monochromatic Colors of #E1D63F
Black with #E1D63F
Text Example
Text Example
White with #E1D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D63F; }
p { color: rgb(225,214,63); }
H1.HeaderClassName
{
color: #E1D63F;
}
.AnyTagClassName
{
color: #E1D63F;
}
</style>
background-color css
<style>
a { background-color: #E1D63F; }
a { background-color: rgb(225,214,63); }
div.DivClassName
{
background-color: #E1D63F;
}
.BgClassName
{
background-color: #E1D63F;
}
</style>
border-color css
<style>
span { border-color: #E1D63F; }
span { border-color: rgb(225,214,63); }
td.TdClassName
{
border-color: #E1D63F;
}
.TagClassName
{
border-color: #E1D63F;
}
</style>