Shades of Starship #E2EA3C
Tints of Starship #E2EA3C
RGB
CMYK
RGB Variations
Color information
#E2EA3C (or 0xE2EA3C) is known color: Starship. HEX triplet: E2, EA and 3C. RGB value is (226,234,60). Sum of RGB (Red+Green+Blue) = 226+234+60=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA3C is #1D15C3. Grayscale: #D4D4D4. Windows color (decimal): -1906116 or 3992290. OLE color: 3992290.
HSL color Cylindrical-coordinate representation of color #E2EA3C: hue angle of 62.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2EA3C is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 60 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.08 |
| HSL | 62.76º | 0.81% | 0.58% | - |
| HSV(B) | 62.76º | 0.74% | 0.92% | - |
| XYZ | 61.6 | 75.34 | 15.57 | - |
| YUV | 211.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 60 | 0.03 | 0 | 0.74 | 0.08 | 62.76 | 0.81 | 0.58 |
| Hex | E2 | EA | 3C | 3 | 0 | 4A | 8 | 3F | 51 | 3A |
| Octal | 342 | 352 | 74 | 3 | 0 | 112 | 10 | 77 | 121 | 72 |
| Binary | 11100010 | 11101010 | 111100 | 11 | 0 | 1001010 | 1000 | 111111 | 1010001 | 111010 |
Color Harmonies of #E2EA3C
Complementary color
Monochromatic Colors of #E2EA3C
Black with #E2EA3C
Text Example
Text Example
White with #E2EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA3C; }
p { color: rgb(226,234,60); }
H1.HeaderClassName
{
color: #E2EA3C;
}
.AnyTagClassName
{
color: #E2EA3C;
}
</style>
background-color css
<style>
a { background-color: #E2EA3C; }
a { background-color: rgb(226,234,60); }
div.DivClassName
{
background-color: #E2EA3C;
}
.BgClassName
{
background-color: #E2EA3C;
}
</style>
border-color css
<style>
span { border-color: #E2EA3C; }
span { border-color: rgb(226,234,60); }
td.TdClassName
{
border-color: #E2EA3C;
}
.TagClassName
{
border-color: #E2EA3C;
}
</style>