Shades of Starship #E0D63F
Tints of Starship #E0D63F
RGB
CMYK
RGB Variations
Color information
#E0D63F (or 0xE0D63F) is known color: Starship. HEX triplet: E0, D6 and 3F. RGB value is (224,214,63). Sum of RGB (Red+Green+Blue) = 224+214+63=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D63F is #1F29C0. Grayscale: #C8C8C8. Windows color (decimal): -2042305 or 4183776. OLE color: 4183776.
HSL color Cylindrical-coordinate representation of color #E0D63F: hue angle of 56.27º degrees, saturation: 0.72, 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 #E0D63F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.12 |
| HSL | 56.27º | 0.72% | 0.56% | - |
| HSV(B) | 56.27º | 0.72% | 0.88% | - |
| XYZ | 55.68 | 64.3 | 14.18 | - |
| YUV | 199.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 63 | 0 | 0.04 | 0.72 | 0.12 | 56.27 | 0.72 | 0.56 |
| Hex | E0 | D6 | 3F | 0 | 4 | 48 | C | 38 | 48 | 38 |
| Octal | 340 | 326 | 77 | 0 | 4 | 110 | 14 | 70 | 110 | 70 |
| Binary | 11100000 | 11010110 | 111111 | 0 | 100 | 1001000 | 1100 | 111000 | 1001000 | 111000 |
Color Harmonies of #E0D63F
Complementary color
Monochromatic Colors of #E0D63F
Black with #E0D63F
Text Example
Text Example
White with #E0D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D63F; }
p { color: rgb(224,214,63); }
H1.HeaderClassName
{
color: #E0D63F;
}
.AnyTagClassName
{
color: #E0D63F;
}
</style>
background-color css
<style>
a { background-color: #E0D63F; }
a { background-color: rgb(224,214,63); }
div.DivClassName
{
background-color: #E0D63F;
}
.BgClassName
{
background-color: #E0D63F;
}
</style>
border-color css
<style>
span { border-color: #E0D63F; }
span { border-color: rgb(224,214,63); }
td.TdClassName
{
border-color: #E0D63F;
}
.TagClassName
{
border-color: #E0D63F;
}
</style>