Shades of Starship #E2D735
Tints of Starship #E2D735
RGB
CMYK
RGB Variations
Color information
#E2D735 (or 0xE2D735) is known color: Starship. HEX triplet: E2, D7 and 35. RGB value is (226,215,53). Sum of RGB (Red+Green+Blue) = 226+215+53=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D735 is #1D28CA. Grayscale: #C8C8C8. Windows color (decimal): -1910987 or 3528674. OLE color: 3528674.
HSL color Cylindrical-coordinate representation of color #E2D735: hue angle of 56.18º degrees, saturation: 0.75, 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 #E2D735 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 53 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.11 |
| HSL | 56.18º | 0.75% | 0.55% | - |
| HSV(B) | 56.18º | 0.77% | 0.89% | - |
| XYZ | 56.31 | 65.03 | 12.95 | - |
| YUV | 199.82 | 45.14 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 53 | 0 | 0.05 | 0.77 | 0.11 | 56.18 | 0.75 | 0.55 |
| Hex | E2 | D7 | 35 | 0 | 5 | 4D | B | 38 | 4B | 37 |
| Octal | 342 | 327 | 65 | 0 | 5 | 115 | 13 | 70 | 113 | 67 |
| Binary | 11100010 | 11010111 | 110101 | 0 | 101 | 1001101 | 1011 | 111000 | 1001011 | 110111 |
Color Harmonies of #E2D735
Complementary color
Monochromatic Colors of #E2D735
Black with #E2D735
Text Example
Text Example
White with #E2D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D735; }
p { color: rgb(226,215,53); }
H1.HeaderClassName
{
color: #E2D735;
}
.AnyTagClassName
{
color: #E2D735;
}
</style>
background-color css
<style>
a { background-color: #E2D735; }
a { background-color: rgb(226,215,53); }
div.DivClassName
{
background-color: #E2D735;
}
.BgClassName
{
background-color: #E2D735;
}
</style>
border-color css
<style>
span { border-color: #E2D735; }
span { border-color: rgb(226,215,53); }
td.TdClassName
{
border-color: #E2D735;
}
.TagClassName
{
border-color: #E2D735;
}
</style>