Shades of Starship #E2E53A
Tints of Starship #E2E53A
RGB
CMYK
RGB Variations
Color information
#E2E53A (or 0xE2E53A) is known color: Starship. HEX triplet: E2, E5 and 3A. RGB value is (226,229,58). Sum of RGB (Red+Green+Blue) = 226+229+58=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E53A is #1D1AC5. Grayscale: #D1D1D1. Windows color (decimal): -1907398 or 3859938. OLE color: 3859938.
HSL color Cylindrical-coordinate representation of color #E2E53A: hue angle of 61.05º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2E53A is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 58 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.10 |
| HSL | 61.05º | 0.77% | 0.56% | - |
| HSV(B) | 61.05º | 0.75% | 0.9% | - |
| XYZ | 60.15 | 72.51 | 14.83 | - |
| YUV | 208.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 58 | 0.01 | 0 | 0.75 | 0.10 | 61.05 | 0.77 | 0.56 |
| Hex | E2 | E5 | 3A | 1 | 0 | 4B | A | 3D | 4D | 38 |
| Octal | 342 | 345 | 72 | 1 | 0 | 113 | 12 | 75 | 115 | 70 |
| Binary | 11100010 | 11100101 | 111010 | 1 | 0 | 1001011 | 1010 | 111101 | 1001101 | 111000 |
Color Harmonies of #E2E53A
Complementary color
Monochromatic Colors of #E2E53A
Black with #E2E53A
Text Example
Text Example
White with #E2E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E53A; }
p { color: rgb(226,229,58); }
H1.HeaderClassName
{
color: #E2E53A;
}
.AnyTagClassName
{
color: #E2E53A;
}
</style>
background-color css
<style>
a { background-color: #E2E53A; }
a { background-color: rgb(226,229,58); }
div.DivClassName
{
background-color: #E2E53A;
}
.BgClassName
{
background-color: #E2E53A;
}
</style>
border-color css
<style>
span { border-color: #E2E53A; }
span { border-color: rgb(226,229,58); }
td.TdClassName
{
border-color: #E2E53A;
}
.TagClassName
{
border-color: #E2E53A;
}
</style>