Shades of Starship #E2DB35
Tints of Starship #E2DB35
RGB
CMYK
RGB Variations
Color information
#E2DB35 (or 0xE2DB35) is known color: Starship. HEX triplet: E2, DB and 35. RGB value is (226,219,53). Sum of RGB (Red+Green+Blue) = 226+219+53=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB35 is #1D24CA. Grayscale: #CACACA. Windows color (decimal): -1909963 or 3529698. OLE color: 3529698.
HSL color Cylindrical-coordinate representation of color #E2DB35: hue angle of 57.57º 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 #E2DB35 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 53 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.11 |
| HSL | 57.57º | 0.75% | 0.55% | - |
| HSV(B) | 57.57º | 0.77% | 0.89% | - |
| XYZ | 57.34 | 67.09 | 13.3 | - |
| YUV | 202.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 53 | 0 | 0.03 | 0.77 | 0.11 | 57.57 | 0.75 | 0.55 |
| Hex | E2 | DB | 35 | 0 | 3 | 4D | B | 3A | 4B | 37 |
| Octal | 342 | 333 | 65 | 0 | 3 | 115 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011011 | 110101 | 0 | 11 | 1001101 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DB35
Complementary color
Monochromatic Colors of #E2DB35
Black with #E2DB35
Text Example
Text Example
White with #E2DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB35; }
p { color: rgb(226,219,53); }
H1.HeaderClassName
{
color: #E2DB35;
}
.AnyTagClassName
{
color: #E2DB35;
}
</style>
background-color css
<style>
a { background-color: #E2DB35; }
a { background-color: rgb(226,219,53); }
div.DivClassName
{
background-color: #E2DB35;
}
.BgClassName
{
background-color: #E2DB35;
}
</style>
border-color css
<style>
span { border-color: #E2DB35; }
span { border-color: rgb(226,219,53); }
td.TdClassName
{
border-color: #E2DB35;
}
.TagClassName
{
border-color: #E2DB35;
}
</style>