Shades of Starship #E5F034
Tints of Starship #E5F034
RGB
CMYK
RGB Variations
Color information
#E5F034 (or 0xE5F034) is known color: Starship. HEX triplet: E5, F0 and 34. RGB value is (229,240,52). Sum of RGB (Red+Green+Blue) = 229+240+52=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F034 is #1A0FCB. Grayscale: #D8D8D8. Windows color (decimal): -1707980 or 3469541. OLE color: 3469541.
HSL color Cylindrical-coordinate representation of color #E5F034: hue angle of 63.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5F034 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 52 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.06 |
| HSL | 63.51º | 0.86% | 0.57% | - |
| HSV(B) | 63.51º | 0.78% | 0.94% | - |
| XYZ | 64.09 | 79.23 | 15.16 | - |
| YUV | 215.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 52 | 0.05 | 0 | 0.78 | 0.06 | 63.51 | 0.86 | 0.57 |
| Hex | E5 | F0 | 34 | 5 | 0 | 4E | 6 | 40 | 56 | 39 |
| Octal | 345 | 360 | 64 | 5 | 0 | 116 | 6 | 100 | 126 | 71 |
| Binary | 11100101 | 11110000 | 110100 | 101 | 0 | 1001110 | 110 | 1000000 | 1010110 | 111001 |
Color Harmonies of #E5F034
Complementary color
Monochromatic Colors of #E5F034
Black with #E5F034
Text Example
Text Example
White with #E5F034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F034; }
p { color: rgb(229,240,52); }
H1.HeaderClassName
{
color: #E5F034;
}
.AnyTagClassName
{
color: #E5F034;
}
</style>
background-color css
<style>
a { background-color: #E5F034; }
a { background-color: rgb(229,240,52); }
div.DivClassName
{
background-color: #E5F034;
}
.BgClassName
{
background-color: #E5F034;
}
</style>
border-color css
<style>
span { border-color: #E5F034; }
span { border-color: rgb(229,240,52); }
td.TdClassName
{
border-color: #E5F034;
}
.TagClassName
{
border-color: #E5F034;
}
</style>