Shades of Starship #E3D535
Tints of Starship #E3D535
RGB
CMYK
RGB Variations
Color information
#E3D535 (or 0xE3D535) is known color: Starship. HEX triplet: E3, D5 and 35. RGB value is (227,213,53). Sum of RGB (Red+Green+Blue) = 227+213+53=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D535 is #1C2ACA. Grayscale: #C7C7C7. Windows color (decimal): -1845963 or 3528163. OLE color: 3528163.
HSL color Cylindrical-coordinate representation of color #E3D535: hue angle of 55.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E3D535 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 53 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.11 |
| HSL | 55.17º | 0.76% | 0.55% | - |
| HSV(B) | 55.17º | 0.77% | 0.89% | - |
| XYZ | 56.12 | 64.18 | 12.8 | - |
| YUV | 198.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 53 | 0 | 0.06 | 0.77 | 0.11 | 55.17 | 0.76 | 0.55 |
| Hex | E3 | D5 | 35 | 0 | 6 | 4D | B | 37 | 4C | 37 |
| Octal | 343 | 325 | 65 | 0 | 6 | 115 | 13 | 67 | 114 | 67 |
| Binary | 11100011 | 11010101 | 110101 | 0 | 110 | 1001101 | 1011 | 110111 | 1001100 | 110111 |
Color Harmonies of #E3D535
Complementary color
Monochromatic Colors of #E3D535
Black with #E3D535
Text Example
Text Example
White with #E3D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D535; }
p { color: rgb(227,213,53); }
H1.HeaderClassName
{
color: #E3D535;
}
.AnyTagClassName
{
color: #E3D535;
}
</style>
background-color css
<style>
a { background-color: #E3D535; }
a { background-color: rgb(227,213,53); }
div.DivClassName
{
background-color: #E3D535;
}
.BgClassName
{
background-color: #E3D535;
}
</style>
border-color css
<style>
span { border-color: #E3D535; }
span { border-color: rgb(227,213,53); }
td.TdClassName
{
border-color: #E3D535;
}
.TagClassName
{
border-color: #E3D535;
}
</style>