Shades of Starship #E1D735
Tints of Starship #E1D735
RGB
CMYK
RGB Variations
Color information
#E1D735 (or 0xE1D735) is known color: Starship. HEX triplet: E1, D7 and 35. RGB value is (225,215,53). Sum of RGB (Red+Green+Blue) = 225+215+53=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D735 is #1E28CA. Grayscale: #C8C8C8. Windows color (decimal): -1976523 or 3528673. OLE color: 3528673.
HSL color Cylindrical-coordinate representation of color #E1D735: hue angle of 56.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1D735 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 53 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.12 |
| HSL | 56.51º | 0.74% | 0.55% | - |
| HSV(B) | 56.51º | 0.76% | 0.88% | - |
| XYZ | 55.99 | 64.87 | 12.94 | - |
| YUV | 199.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 53 | 0 | 0.04 | 0.76 | 0.12 | 56.51 | 0.74 | 0.55 |
| Hex | E1 | D7 | 35 | 0 | 4 | 4C | C | 39 | 4A | 37 |
| Octal | 341 | 327 | 65 | 0 | 4 | 114 | 14 | 71 | 112 | 67 |
| Binary | 11100001 | 11010111 | 110101 | 0 | 100 | 1001100 | 1100 | 111001 | 1001010 | 110111 |
Color Harmonies of #E1D735
Complementary color
Monochromatic Colors of #E1D735
Black with #E1D735
Text Example
Text Example
White with #E1D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D735; }
p { color: rgb(225,215,53); }
H1.HeaderClassName
{
color: #E1D735;
}
.AnyTagClassName
{
color: #E1D735;
}
</style>
background-color css
<style>
a { background-color: #E1D735; }
a { background-color: rgb(225,215,53); }
div.DivClassName
{
background-color: #E1D735;
}
.BgClassName
{
background-color: #E1D735;
}
</style>
border-color css
<style>
span { border-color: #E1D735; }
span { border-color: rgb(225,215,53); }
td.TdClassName
{
border-color: #E1D735;
}
.TagClassName
{
border-color: #E1D735;
}
</style>