Shades of Starship #E2E83D
Tints of Starship #E2E83D
RGB
CMYK
RGB Variations
Color information
#E2E83D (or 0xE2E83D) is known color: Starship. HEX triplet: E2, E8 and 3D. RGB value is (226,232,61). Sum of RGB (Red+Green+Blue) = 226+232+61=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E83D is #1D17C2. Grayscale: #D3D3D3. Windows color (decimal): -1906627 or 4057314. OLE color: 4057314.
HSL color Cylindrical-coordinate representation of color #E2E83D: hue angle of 62.11º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2E83D is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 61 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.09 |
| HSL | 62.11º | 0.79% | 0.57% | - |
| HSV(B) | 62.11º | 0.74% | 0.91% | - |
| XYZ | 61.06 | 74.22 | 15.52 | - |
| YUV | 210.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 61 | 0.03 | 0 | 0.74 | 0.09 | 62.11 | 0.79 | 0.57 |
| Hex | E2 | E8 | 3D | 3 | 0 | 4A | 9 | 3E | 4F | 39 |
| Octal | 342 | 350 | 75 | 3 | 0 | 112 | 11 | 76 | 117 | 71 |
| Binary | 11100010 | 11101000 | 111101 | 11 | 0 | 1001010 | 1001 | 111110 | 1001111 | 111001 |
Color Harmonies of #E2E83D
Complementary color
Monochromatic Colors of #E2E83D
Black with #E2E83D
Text Example
Text Example
White with #E2E83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E83D; }
p { color: rgb(226,232,61); }
H1.HeaderClassName
{
color: #E2E83D;
}
.AnyTagClassName
{
color: #E2E83D;
}
</style>
background-color css
<style>
a { background-color: #E2E83D; }
a { background-color: rgb(226,232,61); }
div.DivClassName
{
background-color: #E2E83D;
}
.BgClassName
{
background-color: #E2E83D;
}
</style>
border-color css
<style>
span { border-color: #E2E83D; }
span { border-color: rgb(226,232,61); }
td.TdClassName
{
border-color: #E2E83D;
}
.TagClassName
{
border-color: #E2E83D;
}
</style>