Shades of Starship #E0D93A
Tints of Starship #E0D93A
RGB
CMYK
RGB Variations
Color information
#E0D93A (or 0xE0D93A) is known color: Starship. HEX triplet: E0, D9 and 3A. RGB value is (224,217,58). Sum of RGB (Red+Green+Blue) = 224+217+58=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D93A is #1F26C5. Grayscale: #C9C9C9. Windows color (decimal): -2041542 or 3856864. OLE color: 3856864.
HSL color Cylindrical-coordinate representation of color #E0D93A: hue angle of 57.47º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0D93A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 58 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.12 |
| HSL | 57.47º | 0.73% | 0.55% | - |
| HSV(B) | 57.47º | 0.74% | 0.88% | - |
| XYZ | 56.32 | 65.78 | 13.73 | - |
| YUV | 200.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 58 | 0 | 0.03 | 0.74 | 0.12 | 57.47 | 0.73 | 0.55 |
| Hex | E0 | D9 | 3A | 0 | 3 | 4A | C | 39 | 49 | 37 |
| Octal | 340 | 331 | 72 | 0 | 3 | 112 | 14 | 71 | 111 | 67 |
| Binary | 11100000 | 11011001 | 111010 | 0 | 11 | 1001010 | 1100 | 111001 | 1001001 | 110111 |
Color Harmonies of #E0D93A
Complementary color
Monochromatic Colors of #E0D93A
Black with #E0D93A
Text Example
Text Example
White with #E0D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D93A; }
p { color: rgb(224,217,58); }
H1.HeaderClassName
{
color: #E0D93A;
}
.AnyTagClassName
{
color: #E0D93A;
}
</style>
background-color css
<style>
a { background-color: #E0D93A; }
a { background-color: rgb(224,217,58); }
div.DivClassName
{
background-color: #E0D93A;
}
.BgClassName
{
background-color: #E0D93A;
}
</style>
border-color css
<style>
span { border-color: #E0D93A; }
span { border-color: rgb(224,217,58); }
td.TdClassName
{
border-color: #E0D93A;
}
.TagClassName
{
border-color: #E0D93A;
}
</style>