Shades of Starship #E2EA3A
Tints of Starship #E2EA3A
RGB
CMYK
RGB Variations
Color information
#E2EA3A (or 0xE2EA3A) is known color: Starship. HEX triplet: E2, EA and 3A. RGB value is (226,234,58). Sum of RGB (Red+Green+Blue) = 226+234+58=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA3A is #1D15C5. Grayscale: #D4D4D4. Windows color (decimal): -1906118 or 3861218. OLE color: 3861218.
HSL color Cylindrical-coordinate representation of color #E2EA3A: hue angle of 62.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2EA3A is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 58 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.08 |
| HSL | 62.73º | 0.81% | 0.57% | - |
| HSV(B) | 62.73º | 0.75% | 0.92% | - |
| XYZ | 61.55 | 75.32 | 15.3 | - |
| YUV | 211.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 58 | 0.03 | 0 | 0.75 | 0.08 | 62.73 | 0.81 | 0.57 |
| Hex | E2 | EA | 3A | 3 | 0 | 4B | 8 | 3F | 51 | 39 |
| Octal | 342 | 352 | 72 | 3 | 0 | 113 | 10 | 77 | 121 | 71 |
| Binary | 11100010 | 11101010 | 111010 | 11 | 0 | 1001011 | 1000 | 111111 | 1010001 | 111001 |
Color Harmonies of #E2EA3A
Complementary color
Monochromatic Colors of #E2EA3A
Black with #E2EA3A
Text Example
Text Example
White with #E2EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA3A; }
p { color: rgb(226,234,58); }
H1.HeaderClassName
{
color: #E2EA3A;
}
.AnyTagClassName
{
color: #E2EA3A;
}
</style>
background-color css
<style>
a { background-color: #E2EA3A; }
a { background-color: rgb(226,234,58); }
div.DivClassName
{
background-color: #E2EA3A;
}
.BgClassName
{
background-color: #E2EA3A;
}
</style>
border-color css
<style>
span { border-color: #E2EA3A; }
span { border-color: rgb(226,234,58); }
td.TdClassName
{
border-color: #E2EA3A;
}
.TagClassName
{
border-color: #E2EA3A;
}
</style>