Shades of Starship #E2E044
Tints of Starship #E2E044
RGB
CMYK
RGB Variations
Color information
#E2E044 (or 0xE2E044) is known color: Starship. HEX triplet: E2, E0 and 44. RGB value is (226,224,68). Sum of RGB (Red+Green+Blue) = 226+224+68=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E044 is #1D1FBB. Grayscale: #CFCFCF. Windows color (decimal): -1908668 or 4514018. OLE color: 4514018.
HSL color Cylindrical-coordinate representation of color #E2E044: hue angle of 59.24º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2E044 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 68 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.11 |
| HSL | 59.24º | 0.73% | 0.58% | - |
| HSV(B) | 59.24º | 0.7% | 0.89% | - |
| XYZ | 59.06 | 69.9 | 15.85 | - |
| YUV | 206.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 68 | 0 | 0.01 | 0.70 | 0.11 | 59.24 | 0.73 | 0.58 |
| Hex | E2 | E0 | 44 | 0 | 1 | 46 | B | 3B | 49 | 3A |
| Octal | 342 | 340 | 104 | 0 | 1 | 106 | 13 | 73 | 111 | 72 |
| Binary | 11100010 | 11100000 | 1000100 | 0 | 1 | 1000110 | 1011 | 111011 | 1001001 | 111010 |
Color Harmonies of #E2E044
Complementary color
Monochromatic Colors of #E2E044
Black with #E2E044
Text Example
Text Example
White with #E2E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E044; }
p { color: rgb(226,224,68); }
H1.HeaderClassName
{
color: #E2E044;
}
.AnyTagClassName
{
color: #E2E044;
}
</style>
background-color css
<style>
a { background-color: #E2E044; }
a { background-color: rgb(226,224,68); }
div.DivClassName
{
background-color: #E2E044;
}
.BgClassName
{
background-color: #E2E044;
}
</style>
border-color css
<style>
span { border-color: #E2E044; }
span { border-color: rgb(226,224,68); }
td.TdClassName
{
border-color: #E2E044;
}
.TagClassName
{
border-color: #E2E044;
}
</style>