Shades of Starship #E2DB31
Tints of Starship #E2DB31
RGB
CMYK
RGB Variations
Color information
#E2DB31 (or 0xE2DB31) is known color: Starship. HEX triplet: E2, DB and 31. RGB value is (226,219,49). Sum of RGB (Red+Green+Blue) = 226+219+49=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB31 is #1D24CE. Grayscale: #CACACA. Windows color (decimal): -1909967 or 3267554. OLE color: 3267554.
HSL color Cylindrical-coordinate representation of color #E2DB31: hue angle of 57.63º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2DB31 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 49 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.11 |
| HSL | 57.63º | 0.75% | 0.54% | - |
| HSV(B) | 57.63º | 0.78% | 0.89% | - |
| XYZ | 57.25 | 67.05 | 12.83 | - |
| YUV | 201.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 49 | 0 | 0.03 | 0.78 | 0.11 | 57.63 | 0.75 | 0.54 |
| Hex | E2 | DB | 31 | 0 | 3 | 4E | B | 3A | 4B | 36 |
| Octal | 342 | 333 | 61 | 0 | 3 | 116 | 13 | 72 | 113 | 66 |
| Binary | 11100010 | 11011011 | 110001 | 0 | 11 | 1001110 | 1011 | 111010 | 1001011 | 110110 |
Color Harmonies of #E2DB31
Complementary color
Monochromatic Colors of #E2DB31
Black with #E2DB31
Text Example
Text Example
White with #E2DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB31; }
p { color: rgb(226,219,49); }
H1.HeaderClassName
{
color: #E2DB31;
}
.AnyTagClassName
{
color: #E2DB31;
}
</style>
background-color css
<style>
a { background-color: #E2DB31; }
a { background-color: rgb(226,219,49); }
div.DivClassName
{
background-color: #E2DB31;
}
.BgClassName
{
background-color: #E2DB31;
}
</style>
border-color css
<style>
span { border-color: #E2DB31; }
span { border-color: rgb(226,219,49); }
td.TdClassName
{
border-color: #E2DB31;
}
.TagClassName
{
border-color: #E2DB31;
}
</style>