Shades of Starship #E2EC2F
Tints of Starship #E2EC2F
RGB
CMYK
RGB Variations
Color information
#E2EC2F (or 0xE2EC2F) is known color: Starship. HEX triplet: E2, EC and 2F. RGB value is (226,236,47). Sum of RGB (Red+Green+Blue) = 226+236+47=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC2F is #1D13D0. Grayscale: #D4D4D4. Windows color (decimal): -1905617 or 3140834. OLE color: 3140834.
HSL color Cylindrical-coordinate representation of color #E2EC2F: hue angle of 63.17º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2EC2F is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 47 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.07 |
| HSL | 63.17º | 0.83% | 0.55% | - |
| HSV(B) | 63.17º | 0.8% | 0.93% | - |
| XYZ | 61.87 | 76.36 | 14.17 | - |
| YUV | 211.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 47 | 0.04 | 0 | 0.80 | 0.07 | 63.17 | 0.83 | 0.55 |
| Hex | E2 | EC | 2F | 4 | 0 | 50 | 7 | 3F | 53 | 37 |
| Octal | 342 | 354 | 57 | 4 | 0 | 120 | 7 | 77 | 123 | 67 |
| Binary | 11100010 | 11101100 | 101111 | 100 | 0 | 1010000 | 111 | 111111 | 1010011 | 110111 |
Color Harmonies of #E2EC2F
Complementary color
Monochromatic Colors of #E2EC2F
Black with #E2EC2F
Text Example
Text Example
White with #E2EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC2F; }
p { color: rgb(226,236,47); }
H1.HeaderClassName
{
color: #E2EC2F;
}
.AnyTagClassName
{
color: #E2EC2F;
}
</style>
background-color css
<style>
a { background-color: #E2EC2F; }
a { background-color: rgb(226,236,47); }
div.DivClassName
{
background-color: #E2EC2F;
}
.BgClassName
{
background-color: #E2EC2F;
}
</style>
border-color css
<style>
span { border-color: #E2EC2F; }
span { border-color: rgb(226,236,47); }
td.TdClassName
{
border-color: #E2EC2F;
}
.TagClassName
{
border-color: #E2EC2F;
}
</style>