Shades of Starship #E2E83B
Tints of Starship #E2E83B
RGB
CMYK
RGB Variations
Color information
#E2E83B (or 0xE2E83B) is known color: Starship. HEX triplet: E2, E8 and 3B. RGB value is (226,232,59). Sum of RGB (Red+Green+Blue) = 226+232+59=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 59 (23.44% from 255 or 11.41% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E83B is #1D17C4. Grayscale: #D3D3D3. Windows color (decimal): -1906629 or 3926242. OLE color: 3926242.
HSL color Cylindrical-coordinate representation of color #E2E83B: hue angle of 62.08º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2E83B is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 59 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.09 |
| HSL | 62.08º | 0.79% | 0.57% | - |
| HSV(B) | 62.08º | 0.75% | 0.91% | - |
| XYZ | 61.01 | 74.2 | 15.24 | - |
| YUV | 210.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 59 | 0.03 | 0 | 0.75 | 0.09 | 62.08 | 0.79 | 0.57 |
| Hex | E2 | E8 | 3B | 3 | 0 | 4B | 9 | 3E | 4F | 39 |
| Octal | 342 | 350 | 73 | 3 | 0 | 113 | 11 | 76 | 117 | 71 |
| Binary | 11100010 | 11101000 | 111011 | 11 | 0 | 1001011 | 1001 | 111110 | 1001111 | 111001 |
Color Harmonies of #E2E83B
Complementary color
Monochromatic Colors of #E2E83B
Black with #E2E83B
Text Example
Text Example
White with #E2E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E83B; }
p { color: rgb(226,232,59); }
H1.HeaderClassName
{
color: #E2E83B;
}
.AnyTagClassName
{
color: #E2E83B;
}
</style>
background-color css
<style>
a { background-color: #E2E83B; }
a { background-color: rgb(226,232,59); }
div.DivClassName
{
background-color: #E2E83B;
}
.BgClassName
{
background-color: #E2E83B;
}
</style>
border-color css
<style>
span { border-color: #E2E83B; }
span { border-color: rgb(226,232,59); }
td.TdClassName
{
border-color: #E2E83B;
}
.TagClassName
{
border-color: #E2E83B;
}
</style>