Shades of Starship #E1DB3C
Tints of Starship #E1DB3C
RGB
CMYK
RGB Variations
Color information
#E1DB3C (or 0xE1DB3C) is known color: Starship. HEX triplet: E1, DB and 3C. RGB value is (225,219,60). Sum of RGB (Red+Green+Blue) = 225+219+60=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB3C is #1E24C3. Grayscale: #CBCBCB. Windows color (decimal): -1975492 or 3988449. OLE color: 3988449.
HSL color Cylindrical-coordinate representation of color #E1DB3C: hue angle of 57.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1DB3C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 60 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.12 |
| HSL | 57.82º | 0.73% | 0.56% | - |
| HSV(B) | 57.82º | 0.73% | 0.88% | - |
| XYZ | 57.2 | 67 | 14.19 | - |
| YUV | 202.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 60 | 0 | 0.03 | 0.73 | 0.12 | 57.82 | 0.73 | 0.56 |
| Hex | E1 | DB | 3C | 0 | 3 | 49 | C | 3A | 49 | 38 |
| Octal | 341 | 333 | 74 | 0 | 3 | 111 | 14 | 72 | 111 | 70 |
| Binary | 11100001 | 11011011 | 111100 | 0 | 11 | 1001001 | 1100 | 111010 | 1001001 | 111000 |
Color Harmonies of #E1DB3C
Complementary color
Monochromatic Colors of #E1DB3C
Black with #E1DB3C
Text Example
Text Example
White with #E1DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB3C; }
p { color: rgb(225,219,60); }
H1.HeaderClassName
{
color: #E1DB3C;
}
.AnyTagClassName
{
color: #E1DB3C;
}
</style>
background-color css
<style>
a { background-color: #E1DB3C; }
a { background-color: rgb(225,219,60); }
div.DivClassName
{
background-color: #E1DB3C;
}
.BgClassName
{
background-color: #E1DB3C;
}
</style>
border-color css
<style>
span { border-color: #E1DB3C; }
span { border-color: rgb(225,219,60); }
td.TdClassName
{
border-color: #E1DB3C;
}
.TagClassName
{
border-color: #E1DB3C;
}
</style>