Shades of Starship #E2E932
Tints of Starship #E2E932
RGB
CMYK
RGB Variations
Color information
#E2E932 (or 0xE2E932) is known color: Starship. HEX triplet: E2, E9 and 32. RGB value is (226,233,50). Sum of RGB (Red+Green+Blue) = 226+233+50=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E932 is #1D16CD. Grayscale: #D2D2D2. Windows color (decimal): -1906382 or 3336674. OLE color: 3336674.
HSL color Cylindrical-coordinate representation of color #E2E932: hue angle of 62.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2E932 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 50 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.09 |
| HSL | 62.3º | 0.81% | 0.55% | - |
| HSV(B) | 62.3º | 0.79% | 0.91% | - |
| XYZ | 61.08 | 74.68 | 14.21 | - |
| YUV | 210.05 | 37.68 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 50 | 0.03 | 0 | 0.79 | 0.09 | 62.3 | 0.81 | 0.55 |
| Hex | E2 | E9 | 32 | 3 | 0 | 4F | 9 | 3E | 51 | 37 |
| Octal | 342 | 351 | 62 | 3 | 0 | 117 | 11 | 76 | 121 | 67 |
| Binary | 11100010 | 11101001 | 110010 | 11 | 0 | 1001111 | 1001 | 111110 | 1010001 | 110111 |
Color Harmonies of #E2E932
Complementary color
Monochromatic Colors of #E2E932
Black with #E2E932
Text Example
Text Example
White with #E2E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E932; }
p { color: rgb(226,233,50); }
H1.HeaderClassName
{
color: #E2E932;
}
.AnyTagClassName
{
color: #E2E932;
}
</style>
background-color css
<style>
a { background-color: #E2E932; }
a { background-color: rgb(226,233,50); }
div.DivClassName
{
background-color: #E2E932;
}
.BgClassName
{
background-color: #E2E932;
}
</style>
border-color css
<style>
span { border-color: #E2E932; }
span { border-color: rgb(226,233,50); }
td.TdClassName
{
border-color: #E2E932;
}
.TagClassName
{
border-color: #E2E932;
}
</style>