Shades of Starship #E2EF3B
Tints of Starship #E2EF3B
RGB
CMYK
RGB Variations
Color information
#E2EF3B (or 0xE2EF3B) is known color: Starship. HEX triplet: E2, EF and 3B. RGB value is (226,239,59). Sum of RGB (Red+Green+Blue) = 226+239+59=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF3B is #1D10C4. Grayscale: #D7D7D7. Windows color (decimal): -1904837 or 3928034. OLE color: 3928034.
HSL color Cylindrical-coordinate representation of color #E2EF3B: hue angle of 64.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2EF3B is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 59 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.06 |
| HSL | 64.33º | 0.85% | 0.58% | - |
| HSV(B) | 64.33º | 0.75% | 0.94% | - |
| XYZ | 63.02 | 78.22 | 15.91 | - |
| YUV | 214.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 59 | 0.05 | 0 | 0.75 | 0.06 | 64.33 | 0.85 | 0.58 |
| Hex | E2 | EF | 3B | 5 | 0 | 4B | 6 | 40 | 55 | 3A |
| Octal | 342 | 357 | 73 | 5 | 0 | 113 | 6 | 100 | 125 | 72 |
| Binary | 11100010 | 11101111 | 111011 | 101 | 0 | 1001011 | 110 | 1000000 | 1010101 | 111010 |
Color Harmonies of #E2EF3B
Complementary color
Monochromatic Colors of #E2EF3B
Black with #E2EF3B
Text Example
Text Example
White with #E2EF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF3B; }
p { color: rgb(226,239,59); }
H1.HeaderClassName
{
color: #E2EF3B;
}
.AnyTagClassName
{
color: #E2EF3B;
}
</style>
background-color css
<style>
a { background-color: #E2EF3B; }
a { background-color: rgb(226,239,59); }
div.DivClassName
{
background-color: #E2EF3B;
}
.BgClassName
{
background-color: #E2EF3B;
}
</style>
border-color css
<style>
span { border-color: #E2EF3B; }
span { border-color: rgb(226,239,59); }
td.TdClassName
{
border-color: #E2EF3B;
}
.TagClassName
{
border-color: #E2EF3B;
}
</style>