Shades of Starship #E2E139
Tints of Starship #E2E139
RGB
CMYK
RGB Variations
Color information
#E2E139 (or 0xE2E139) is known color: Starship. HEX triplet: E2, E1 and 39. RGB value is (226,225,57). Sum of RGB (Red+Green+Blue) = 226+225+57=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 57 (22.66% from 255 or 11.22% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E139 is #1D1EC6. Grayscale: #CECECE. Windows color (decimal): -1908423 or 3793378. OLE color: 3793378.
HSL color Cylindrical-coordinate representation of color #E2E139: hue angle of 59.64º degrees, saturation: 0.74, 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 #E2E139 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 57 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.11 |
| HSL | 59.64º | 0.74% | 0.55% | - |
| HSV(B) | 59.64º | 0.75% | 0.89% | - |
| XYZ | 59.03 | 70.31 | 14.33 | - |
| YUV | 206.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 57 | 0 | 0.00 | 0.75 | 0.11 | 59.64 | 0.74 | 0.55 |
| Hex | E2 | E1 | 39 | 0 | 0 | 4B | B | 3C | 4A | 37 |
| Octal | 342 | 341 | 71 | 0 | 0 | 113 | 13 | 74 | 112 | 67 |
| Binary | 11100010 | 11100001 | 111001 | 0 | 0 | 1001011 | 1011 | 111100 | 1001010 | 110111 |
Color Harmonies of #E2E139
Complementary color
Monochromatic Colors of #E2E139
Black with #E2E139
Text Example
Text Example
White with #E2E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E139; }
p { color: rgb(226,225,57); }
H1.HeaderClassName
{
color: #E2E139;
}
.AnyTagClassName
{
color: #E2E139;
}
</style>
background-color css
<style>
a { background-color: #E2E139; }
a { background-color: rgb(226,225,57); }
div.DivClassName
{
background-color: #E2E139;
}
.BgClassName
{
background-color: #E2E139;
}
</style>
border-color css
<style>
span { border-color: #E2E139; }
span { border-color: rgb(226,225,57); }
td.TdClassName
{
border-color: #E2E139;
}
.TagClassName
{
border-color: #E2E139;
}
</style>