Shades of Starship #E2EA31
Tints of Starship #E2EA31
RGB
CMYK
RGB Variations
Color information
#E2EA31 (or 0xE2EA31) is known color: Starship. HEX triplet: E2, EA and 31. RGB value is (226,234,49). Sum of RGB (Red+Green+Blue) = 226+234+49=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA31 is #1D15CE. Grayscale: #D3D3D3. Windows color (decimal): -1906127 or 3271394. OLE color: 3271394.
HSL color Cylindrical-coordinate representation of color #E2EA31: hue angle of 62.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2EA31 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 49 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.08 |
| HSL | 62.59º | 0.81% | 0.55% | - |
| HSV(B) | 62.59º | 0.79% | 0.92% | - |
| XYZ | 61.34 | 75.24 | 14.19 | - |
| YUV | 210.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 49 | 0.03 | 0 | 0.79 | 0.08 | 62.59 | 0.81 | 0.55 |
| Hex | E2 | EA | 31 | 3 | 0 | 4F | 8 | 3F | 51 | 37 |
| Octal | 342 | 352 | 61 | 3 | 0 | 117 | 10 | 77 | 121 | 67 |
| Binary | 11100010 | 11101010 | 110001 | 11 | 0 | 1001111 | 1000 | 111111 | 1010001 | 110111 |
Color Harmonies of #E2EA31
Complementary color
Monochromatic Colors of #E2EA31
Black with #E2EA31
Text Example
Text Example
White with #E2EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA31; }
p { color: rgb(226,234,49); }
H1.HeaderClassName
{
color: #E2EA31;
}
.AnyTagClassName
{
color: #E2EA31;
}
</style>
background-color css
<style>
a { background-color: #E2EA31; }
a { background-color: rgb(226,234,49); }
div.DivClassName
{
background-color: #E2EA31;
}
.BgClassName
{
background-color: #E2EA31;
}
</style>
border-color css
<style>
span { border-color: #E2EA31; }
span { border-color: rgb(226,234,49); }
td.TdClassName
{
border-color: #E2EA31;
}
.TagClassName
{
border-color: #E2EA31;
}
</style>