Shades of Starship #E2D835
Tints of Starship #E2D835
RGB
CMYK
RGB Variations
Color information
#E2D835 (or 0xE2D835) is known color: Starship. HEX triplet: E2, D8 and 35. RGB value is (226,216,53). Sum of RGB (Red+Green+Blue) = 226+216+53=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D835 is #1D27CA. Grayscale: #C9C9C9. Windows color (decimal): -1910731 or 3528930. OLE color: 3528930.
HSL color Cylindrical-coordinate representation of color #E2D835: hue angle of 56.53º 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 #E2D835 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 53 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.11 |
| HSL | 56.53º | 0.75% | 0.55% | - |
| HSV(B) | 56.53º | 0.77% | 0.89% | - |
| XYZ | 56.56 | 65.54 | 13.04 | - |
| YUV | 200.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 53 | 0 | 0.04 | 0.77 | 0.11 | 56.53 | 0.75 | 0.55 |
| Hex | E2 | D8 | 35 | 0 | 4 | 4D | B | 39 | 4B | 37 |
| Octal | 342 | 330 | 65 | 0 | 4 | 115 | 13 | 71 | 113 | 67 |
| Binary | 11100010 | 11011000 | 110101 | 0 | 100 | 1001101 | 1011 | 111001 | 1001011 | 110111 |
Color Harmonies of #E2D835
Complementary color
Monochromatic Colors of #E2D835
Black with #E2D835
Text Example
Text Example
White with #E2D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D835; }
p { color: rgb(226,216,53); }
H1.HeaderClassName
{
color: #E2D835;
}
.AnyTagClassName
{
color: #E2D835;
}
</style>
background-color css
<style>
a { background-color: #E2D835; }
a { background-color: rgb(226,216,53); }
div.DivClassName
{
background-color: #E2D835;
}
.BgClassName
{
background-color: #E2D835;
}
</style>
border-color css
<style>
span { border-color: #E2D835; }
span { border-color: rgb(226,216,53); }
td.TdClassName
{
border-color: #E2D835;
}
.TagClassName
{
border-color: #E2D835;
}
</style>