Shades of Starship #E2EC3F
Tints of Starship #E2EC3F
RGB
CMYK
RGB Variations
Color information
#E2EC3F (or 0xE2EC3F) is known color: Starship. HEX triplet: E2, EC and 3F. RGB value is (226,236,63). Sum of RGB (Red+Green+Blue) = 226+236+63=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC3F is #1D13C0. Grayscale: #D5D5D5. Windows color (decimal): -1905601 or 4189410. OLE color: 4189410.
HSL color Cylindrical-coordinate representation of color #E2EC3F: hue angle of 63.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2EC3F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 63 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.07 |
| HSL | 63.47º | 0.82% | 0.59% | - |
| HSV(B) | 63.47º | 0.73% | 0.93% | - |
| XYZ | 62.26 | 76.52 | 16.19 | - |
| YUV | 213.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 63 | 0.04 | 0 | 0.73 | 0.07 | 63.47 | 0.82 | 0.59 |
| Hex | E2 | EC | 3F | 4 | 0 | 49 | 7 | 3F | 52 | 3B |
| Octal | 342 | 354 | 77 | 4 | 0 | 111 | 7 | 77 | 122 | 73 |
| Binary | 11100010 | 11101100 | 111111 | 100 | 0 | 1001001 | 111 | 111111 | 1010010 | 111011 |
Color Harmonies of #E2EC3F
Complementary color
Monochromatic Colors of #E2EC3F
Black with #E2EC3F
Text Example
Text Example
White with #E2EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC3F; }
p { color: rgb(226,236,63); }
H1.HeaderClassName
{
color: #E2EC3F;
}
.AnyTagClassName
{
color: #E2EC3F;
}
</style>
background-color css
<style>
a { background-color: #E2EC3F; }
a { background-color: rgb(226,236,63); }
div.DivClassName
{
background-color: #E2EC3F;
}
.BgClassName
{
background-color: #E2EC3F;
}
</style>
border-color css
<style>
span { border-color: #E2EC3F; }
span { border-color: rgb(226,236,63); }
td.TdClassName
{
border-color: #E2EC3F;
}
.TagClassName
{
border-color: #E2EC3F;
}
</style>