Shades of Starship #E1DB40
Tints of Starship #E1DB40
RGB
CMYK
RGB Variations
Color information
#E1DB40 (or 0xE1DB40) is known color: Starship. HEX triplet: E1, DB and 40. RGB value is (225,219,64). Sum of RGB (Red+Green+Blue) = 225+219+64=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB40 is #1E24BF. Grayscale: #CBCBCB. Windows color (decimal): -1975488 or 4250593. OLE color: 4250593.
HSL color Cylindrical-coordinate representation of color #E1DB40: hue angle of 57.76º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1DB40 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 64 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.12 |
| HSL | 57.76º | 0.73% | 0.57% | - |
| HSV(B) | 57.76º | 0.72% | 0.88% | - |
| XYZ | 57.31 | 67.04 | 14.77 | - |
| YUV | 203.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 64 | 0 | 0.03 | 0.72 | 0.12 | 57.76 | 0.73 | 0.57 |
| Hex | E1 | DB | 40 | 0 | 3 | 48 | C | 3A | 49 | 39 |
| Octal | 341 | 333 | 100 | 0 | 3 | 110 | 14 | 72 | 111 | 71 |
| Binary | 11100001 | 11011011 | 1000000 | 0 | 11 | 1001000 | 1100 | 111010 | 1001001 | 111001 |
Color Harmonies of #E1DB40
Complementary color
Monochromatic Colors of #E1DB40
Black with #E1DB40
Text Example
Text Example
White with #E1DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB40; }
p { color: rgb(225,219,64); }
H1.HeaderClassName
{
color: #E1DB40;
}
.AnyTagClassName
{
color: #E1DB40;
}
</style>
background-color css
<style>
a { background-color: #E1DB40; }
a { background-color: rgb(225,219,64); }
div.DivClassName
{
background-color: #E1DB40;
}
.BgClassName
{
background-color: #E1DB40;
}
</style>
border-color css
<style>
span { border-color: #E1DB40; }
span { border-color: rgb(225,219,64); }
td.TdClassName
{
border-color: #E1DB40;
}
.TagClassName
{
border-color: #E1DB40;
}
</style>