Shades of Starship #E1DC3A
Tints of Starship #E1DC3A
RGB
CMYK
RGB Variations
Color information
#E1DC3A (or 0xE1DC3A) is known color: Starship. HEX triplet: E1, DC and 3A. RGB value is (225,220,58). Sum of RGB (Red+Green+Blue) = 225+220+58=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC3A is #1E23C5. Grayscale: #CBCBCB. Windows color (decimal): -1975238 or 3857633. OLE color: 3857633.
HSL color Cylindrical-coordinate representation of color #E1DC3A: hue angle of 58.2º degrees, saturation: 0.74, 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 #E1DC3A is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 58 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.12 |
| HSL | 58.2º | 0.74% | 0.55% | - |
| HSV(B) | 58.2º | 0.74% | 0.88% | - |
| XYZ | 57.41 | 67.5 | 14.01 | - |
| YUV | 203.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 58 | 0 | 0.02 | 0.74 | 0.12 | 58.2 | 0.74 | 0.55 |
| Hex | E1 | DC | 3A | 0 | 2 | 4A | C | 3A | 4A | 37 |
| Octal | 341 | 334 | 72 | 0 | 2 | 112 | 14 | 72 | 112 | 67 |
| Binary | 11100001 | 11011100 | 111010 | 0 | 10 | 1001010 | 1100 | 111010 | 1001010 | 110111 |
Color Harmonies of #E1DC3A
Complementary color
Monochromatic Colors of #E1DC3A
Black with #E1DC3A
Text Example
Text Example
White with #E1DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC3A; }
p { color: rgb(225,220,58); }
H1.HeaderClassName
{
color: #E1DC3A;
}
.AnyTagClassName
{
color: #E1DC3A;
}
</style>
background-color css
<style>
a { background-color: #E1DC3A; }
a { background-color: rgb(225,220,58); }
div.DivClassName
{
background-color: #E1DC3A;
}
.BgClassName
{
background-color: #E1DC3A;
}
</style>
border-color css
<style>
span { border-color: #E1DC3A; }
span { border-color: rgb(225,220,58); }
td.TdClassName
{
border-color: #E1DC3A;
}
.TagClassName
{
border-color: #E1DC3A;
}
</style>