Shades of Starship #E1DC42
Tints of Starship #E1DC42
RGB
CMYK
RGB Variations
Color information
#E1DC42 (or 0xE1DC42) is known color: Starship. HEX triplet: E1, DC and 42. RGB value is (225,220,66). Sum of RGB (Red+Green+Blue) = 225+220+66=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC42 is #1E23BD. Grayscale: #CCCCCC. Windows color (decimal): -1975230 or 4381921. OLE color: 4381921.
HSL color Cylindrical-coordinate representation of color #E1DC42: hue angle of 58.11º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1DC42 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 66 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.12 |
| HSL | 58.11º | 0.73% | 0.57% | - |
| HSV(B) | 58.11º | 0.71% | 0.88% | - |
| XYZ | 57.63 | 67.59 | 15.16 | - |
| YUV | 203.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 66 | 0 | 0.02 | 0.71 | 0.12 | 58.11 | 0.73 | 0.57 |
| Hex | E1 | DC | 42 | 0 | 2 | 47 | C | 3A | 49 | 39 |
| Octal | 341 | 334 | 102 | 0 | 2 | 107 | 14 | 72 | 111 | 71 |
| Binary | 11100001 | 11011100 | 1000010 | 0 | 10 | 1000111 | 1100 | 111010 | 1001001 | 111001 |
Color Harmonies of #E1DC42
Complementary color
Monochromatic Colors of #E1DC42
Black with #E1DC42
Text Example
Text Example
White with #E1DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC42; }
p { color: rgb(225,220,66); }
H1.HeaderClassName
{
color: #E1DC42;
}
.AnyTagClassName
{
color: #E1DC42;
}
</style>
background-color css
<style>
a { background-color: #E1DC42; }
a { background-color: rgb(225,220,66); }
div.DivClassName
{
background-color: #E1DC42;
}
.BgClassName
{
background-color: #E1DC42;
}
</style>
border-color css
<style>
span { border-color: #E1DC42; }
span { border-color: rgb(225,220,66); }
td.TdClassName
{
border-color: #E1DC42;
}
.TagClassName
{
border-color: #E1DC42;
}
</style>