Shades of Starship #E2DB37
Tints of Starship #E2DB37
RGB
CMYK
RGB Variations
Color information
#E2DB37 (or 0xE2DB37) is known color: Starship. HEX triplet: E2, DB and 37. RGB value is (226,219,55). Sum of RGB (Red+Green+Blue) = 226+219+55=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 55 (21.88% from 255 or 11% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB37 is #1D24C8. Grayscale: #CBCBCB. Windows color (decimal): -1909961 or 3660770. OLE color: 3660770.
HSL color Cylindrical-coordinate representation of color #E2DB37: hue angle of 57.54º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2DB37 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 55 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.11 |
| HSL | 57.54º | 0.75% | 0.55% | - |
| HSV(B) | 57.54º | 0.76% | 0.89% | - |
| XYZ | 57.39 | 67.11 | 13.54 | - |
| YUV | 202.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 55 | 0 | 0.03 | 0.76 | 0.11 | 57.54 | 0.75 | 0.55 |
| Hex | E2 | DB | 37 | 0 | 3 | 4C | B | 3A | 4B | 37 |
| Octal | 342 | 333 | 67 | 0 | 3 | 114 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011011 | 110111 | 0 | 11 | 1001100 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DB37
Complementary color
Monochromatic Colors of #E2DB37
Black with #E2DB37
Text Example
Text Example
White with #E2DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB37; }
p { color: rgb(226,219,55); }
H1.HeaderClassName
{
color: #E2DB37;
}
.AnyTagClassName
{
color: #E2DB37;
}
</style>
background-color css
<style>
a { background-color: #E2DB37; }
a { background-color: rgb(226,219,55); }
div.DivClassName
{
background-color: #E2DB37;
}
.BgClassName
{
background-color: #E2DB37;
}
</style>
border-color css
<style>
span { border-color: #E2DB37; }
span { border-color: rgb(226,219,55); }
td.TdClassName
{
border-color: #E2DB37;
}
.TagClassName
{
border-color: #E2DB37;
}
</style>