Shades of Starship #E1DB42
Tints of Starship #E1DB42
RGB
CMYK
RGB Variations
Color information
#E1DB42 (or 0xE1DB42) is known color: Starship. HEX triplet: E1, DB and 42. RGB value is (225,219,66). Sum of RGB (Red+Green+Blue) = 225+219+66=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB42 is #1E24BD. Grayscale: #CBCBCB. Windows color (decimal): -1975486 or 4381665. OLE color: 4381665.
HSL color Cylindrical-coordinate representation of color #E1DB42: hue angle of 57.74º 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 #E1DB42 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 66 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.12 |
| HSL | 57.74º | 0.73% | 0.57% | - |
| HSV(B) | 57.74º | 0.71% | 0.88% | - |
| XYZ | 57.37 | 67.06 | 15.08 | - |
| YUV | 203.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 66 | 0 | 0.03 | 0.71 | 0.12 | 57.74 | 0.73 | 0.57 |
| Hex | E1 | DB | 42 | 0 | 3 | 47 | C | 3A | 49 | 39 |
| Octal | 341 | 333 | 102 | 0 | 3 | 107 | 14 | 72 | 111 | 71 |
| Binary | 11100001 | 11011011 | 1000010 | 0 | 11 | 1000111 | 1100 | 111010 | 1001001 | 111001 |
Color Harmonies of #E1DB42
Complementary color
Monochromatic Colors of #E1DB42
Black with #E1DB42
Text Example
Text Example
White with #E1DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB42; }
p { color: rgb(225,219,66); }
H1.HeaderClassName
{
color: #E1DB42;
}
.AnyTagClassName
{
color: #E1DB42;
}
</style>
background-color css
<style>
a { background-color: #E1DB42; }
a { background-color: rgb(225,219,66); }
div.DivClassName
{
background-color: #E1DB42;
}
.BgClassName
{
background-color: #E1DB42;
}
</style>
border-color css
<style>
span { border-color: #E1DB42; }
span { border-color: rgb(225,219,66); }
td.TdClassName
{
border-color: #E1DB42;
}
.TagClassName
{
border-color: #E1DB42;
}
</style>