Shades of Starship #E0D83A
Tints of Starship #E0D83A
RGB
CMYK
RGB Variations
Color information
#E0D83A (or 0xE0D83A) is known color: Starship. HEX triplet: E0, D8 and 3A. RGB value is (224,216,58). Sum of RGB (Red+Green+Blue) = 224+216+58=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D83A is #1F27C5. Grayscale: #C9C9C9. Windows color (decimal): -2041798 or 3856608. OLE color: 3856608.
HSL color Cylindrical-coordinate representation of color #E0D83A: hue angle of 57.11º 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 #E0D83A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 58 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.12 |
| HSL | 57.11º | 0.73% | 0.55% | - |
| HSV(B) | 57.11º | 0.74% | 0.88% | - |
| XYZ | 56.06 | 65.26 | 13.65 | - |
| YUV | 200.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 58 | 0 | 0.04 | 0.74 | 0.12 | 57.11 | 0.73 | 0.55 |
| Hex | E0 | D8 | 3A | 0 | 4 | 4A | C | 39 | 49 | 37 |
| Octal | 340 | 330 | 72 | 0 | 4 | 112 | 14 | 71 | 111 | 67 |
| Binary | 11100000 | 11011000 | 111010 | 0 | 100 | 1001010 | 1100 | 111001 | 1001001 | 110111 |
Color Harmonies of #E0D83A
Complementary color
Monochromatic Colors of #E0D83A
Black with #E0D83A
Text Example
Text Example
White with #E0D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D83A; }
p { color: rgb(224,216,58); }
H1.HeaderClassName
{
color: #E0D83A;
}
.AnyTagClassName
{
color: #E0D83A;
}
</style>
background-color css
<style>
a { background-color: #E0D83A; }
a { background-color: rgb(224,216,58); }
div.DivClassName
{
background-color: #E0D83A;
}
.BgClassName
{
background-color: #E0D83A;
}
</style>
border-color css
<style>
span { border-color: #E0D83A; }
span { border-color: rgb(224,216,58); }
td.TdClassName
{
border-color: #E0D83A;
}
.TagClassName
{
border-color: #E0D83A;
}
</style>