Shades of Starship #E2EB32
Tints of Starship #E2EB32
RGB
CMYK
RGB Variations
Color information
#E2EB32 (or 0xE2EB32) is known color: Starship. HEX triplet: E2, EB and 32. RGB value is (226,235,50). Sum of RGB (Red+Green+Blue) = 226+235+50=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB32 is #1D14CD. Grayscale: #D3D3D3. Windows color (decimal): -1905870 or 3337186. OLE color: 3337186.
HSL color Cylindrical-coordinate representation of color #E2EB32: hue angle of 62.92º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2EB32 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 50 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.08 |
| HSL | 62.92º | 0.82% | 0.56% | - |
| HSV(B) | 62.92º | 0.79% | 0.92% | - |
| XYZ | 61.65 | 75.82 | 14.4 | - |
| YUV | 211.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 50 | 0.04 | 0 | 0.79 | 0.08 | 62.92 | 0.82 | 0.56 |
| Hex | E2 | EB | 32 | 4 | 0 | 4F | 8 | 3F | 52 | 38 |
| Octal | 342 | 353 | 62 | 4 | 0 | 117 | 10 | 77 | 122 | 70 |
| Binary | 11100010 | 11101011 | 110010 | 100 | 0 | 1001111 | 1000 | 111111 | 1010010 | 111000 |
Color Harmonies of #E2EB32
Complementary color
Monochromatic Colors of #E2EB32
Black with #E2EB32
Text Example
Text Example
White with #E2EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB32; }
p { color: rgb(226,235,50); }
H1.HeaderClassName
{
color: #E2EB32;
}
.AnyTagClassName
{
color: #E2EB32;
}
</style>
background-color css
<style>
a { background-color: #E2EB32; }
a { background-color: rgb(226,235,50); }
div.DivClassName
{
background-color: #E2EB32;
}
.BgClassName
{
background-color: #E2EB32;
}
</style>
border-color css
<style>
span { border-color: #E2EB32; }
span { border-color: rgb(226,235,50); }
td.TdClassName
{
border-color: #E2EB32;
}
.TagClassName
{
border-color: #E2EB32;
}
</style>