Shades of Starship #E2DB36
Tints of Starship #E2DB36
RGB
CMYK
RGB Variations
Color information
#E2DB36 (or 0xE2DB36) is known color: Starship. HEX triplet: E2, DB and 36. RGB value is (226,219,54). Sum of RGB (Red+Green+Blue) = 226+219+54=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB36 is #1D24C9. Grayscale: #CACACA. Windows color (decimal): -1909962 or 3595234. OLE color: 3595234.
HSL color Cylindrical-coordinate representation of color #E2DB36: hue angle of 57.56º 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 #E2DB36 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 54 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.11 |
| HSL | 57.56º | 0.75% | 0.55% | - |
| HSV(B) | 57.56º | 0.76% | 0.89% | - |
| XYZ | 57.36 | 67.1 | 13.42 | - |
| YUV | 202.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 54 | 0 | 0.03 | 0.76 | 0.11 | 57.56 | 0.75 | 0.55 |
| Hex | E2 | DB | 36 | 0 | 3 | 4C | B | 3A | 4B | 37 |
| Octal | 342 | 333 | 66 | 0 | 3 | 114 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011011 | 110110 | 0 | 11 | 1001100 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DB36
Complementary color
Monochromatic Colors of #E2DB36
Black with #E2DB36
Text Example
Text Example
White with #E2DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB36; }
p { color: rgb(226,219,54); }
H1.HeaderClassName
{
color: #E2DB36;
}
.AnyTagClassName
{
color: #E2DB36;
}
</style>
background-color css
<style>
a { background-color: #E2DB36; }
a { background-color: rgb(226,219,54); }
div.DivClassName
{
background-color: #E2DB36;
}
.BgClassName
{
background-color: #E2DB36;
}
</style>
border-color css
<style>
span { border-color: #E2DB36; }
span { border-color: rgb(226,219,54); }
td.TdClassName
{
border-color: #E2DB36;
}
.TagClassName
{
border-color: #E2DB36;
}
</style>