Shades of Starship #E2E046
Tints of Starship #E2E046
RGB
CMYK
RGB Variations
Color information
#E2E046 (or 0xE2E046) is known color: Starship. HEX triplet: E2, E0 and 46. RGB value is (226,224,70). Sum of RGB (Red+Green+Blue) = 226+224+70=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E046 is #1D1FB9. Grayscale: #CFCFCF. Windows color (decimal): -1908666 or 4645090. OLE color: 4645090.
HSL color Cylindrical-coordinate representation of color #E2E046: hue angle of 59.23º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2E046 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 70 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.11 |
| HSL | 59.23º | 0.73% | 0.58% | - |
| HSV(B) | 59.23º | 0.69% | 0.89% | - |
| XYZ | 59.13 | 69.92 | 16.17 | - |
| YUV | 207.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 70 | 0 | 0.01 | 0.69 | 0.11 | 59.23 | 0.73 | 0.58 |
| Hex | E2 | E0 | 46 | 0 | 1 | 45 | B | 3B | 49 | 3A |
| Octal | 342 | 340 | 106 | 0 | 1 | 105 | 13 | 73 | 111 | 72 |
| Binary | 11100010 | 11100000 | 1000110 | 0 | 1 | 1000101 | 1011 | 111011 | 1001001 | 111010 |
Color Harmonies of #E2E046
Complementary color
Monochromatic Colors of #E2E046
Black with #E2E046
Text Example
Text Example
White with #E2E046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E046; }
p { color: rgb(226,224,70); }
H1.HeaderClassName
{
color: #E2E046;
}
.AnyTagClassName
{
color: #E2E046;
}
</style>
background-color css
<style>
a { background-color: #E2E046; }
a { background-color: rgb(226,224,70); }
div.DivClassName
{
background-color: #E2E046;
}
.BgClassName
{
background-color: #E2E046;
}
</style>
border-color css
<style>
span { border-color: #E2E046; }
span { border-color: rgb(226,224,70); }
td.TdClassName
{
border-color: #E2E046;
}
.TagClassName
{
border-color: #E2E046;
}
</style>