Shades of Starship #E2DB38
Tints of Starship #E2DB38
RGB
CMYK
RGB Variations
Color information
#E2DB38 (or 0xE2DB38) is known color: Starship. HEX triplet: E2, DB and 38. RGB value is (226,219,56). Sum of RGB (Red+Green+Blue) = 226+219+56=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB38 is #1D24C7. Grayscale: #CBCBCB. Windows color (decimal): -1909960 or 3726306. OLE color: 3726306.
HSL color Cylindrical-coordinate representation of color #E2DB38: hue angle of 57.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2DB38 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 56 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.11 |
| HSL | 57.53º | 0.75% | 0.55% | - |
| HSV(B) | 57.53º | 0.75% | 0.89% | - |
| XYZ | 57.41 | 67.12 | 13.67 | - |
| YUV | 202.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 56 | 0 | 0.03 | 0.75 | 0.11 | 57.53 | 0.75 | 0.55 |
| Hex | E2 | DB | 38 | 0 | 3 | 4B | B | 3A | 4B | 37 |
| Octal | 342 | 333 | 70 | 0 | 3 | 113 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011011 | 111000 | 0 | 11 | 1001011 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DB38
Complementary color
Monochromatic Colors of #E2DB38
Black with #E2DB38
Text Example
Text Example
White with #E2DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB38; }
p { color: rgb(226,219,56); }
H1.HeaderClassName
{
color: #E2DB38;
}
.AnyTagClassName
{
color: #E2DB38;
}
</style>
background-color css
<style>
a { background-color: #E2DB38; }
a { background-color: rgb(226,219,56); }
div.DivClassName
{
background-color: #E2DB38;
}
.BgClassName
{
background-color: #E2DB38;
}
</style>
border-color css
<style>
span { border-color: #E2DB38; }
span { border-color: rgb(226,219,56); }
td.TdClassName
{
border-color: #E2DB38;
}
.TagClassName
{
border-color: #E2DB38;
}
</style>