Shades of Starship #E2EB3A
Tints of Starship #E2EB3A
RGB
CMYK
RGB Variations
Color information
#E2EB3A (or 0xE2EB3A) is known color: Starship. HEX triplet: E2, EB and 3A. RGB value is (226,235,58). Sum of RGB (Red+Green+Blue) = 226+235+58=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB3A is #1D14C5. Grayscale: #D4D4D4. Windows color (decimal): -1905862 or 3861474. OLE color: 3861474.
HSL color Cylindrical-coordinate representation of color #E2EB3A: hue angle of 63.05º degrees, saturation: 0.82, 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 #E2EB3A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 58 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.08 |
| HSL | 63.05º | 0.82% | 0.57% | - |
| HSV(B) | 63.05º | 0.75% | 0.92% | - |
| XYZ | 61.84 | 75.89 | 15.39 | - |
| YUV | 212.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 58 | 0.04 | 0 | 0.75 | 0.08 | 63.05 | 0.82 | 0.57 |
| Hex | E2 | EB | 3A | 4 | 0 | 4B | 8 | 3F | 52 | 39 |
| Octal | 342 | 353 | 72 | 4 | 0 | 113 | 10 | 77 | 122 | 71 |
| Binary | 11100010 | 11101011 | 111010 | 100 | 0 | 1001011 | 1000 | 111111 | 1010010 | 111001 |
Color Harmonies of #E2EB3A
Complementary color
Monochromatic Colors of #E2EB3A
Black with #E2EB3A
Text Example
Text Example
White with #E2EB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB3A; }
p { color: rgb(226,235,58); }
H1.HeaderClassName
{
color: #E2EB3A;
}
.AnyTagClassName
{
color: #E2EB3A;
}
</style>
background-color css
<style>
a { background-color: #E2EB3A; }
a { background-color: rgb(226,235,58); }
div.DivClassName
{
background-color: #E2EB3A;
}
.BgClassName
{
background-color: #E2EB3A;
}
</style>
border-color css
<style>
span { border-color: #E2EB3A; }
span { border-color: rgb(226,235,58); }
td.TdClassName
{
border-color: #E2EB3A;
}
.TagClassName
{
border-color: #E2EB3A;
}
</style>