Shades of Starship #E5F93B
Tints of Starship #E5F93B
RGB
CMYK
RGB Variations
Color information
#E5F93B (or 0xE5F93B) is known color: Starship. HEX triplet: E5, F9 and 3B. RGB value is (229,249,59). Sum of RGB (Red+Green+Blue) = 229+249+59=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 59 (23.44% from 255 or 10.99% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F93B is #1A06C4. Grayscale: #DEDEDE. Windows color (decimal): -1705669 or 3930597. OLE color: 3930597.
HSL color Cylindrical-coordinate representation of color #E5F93B: hue angle of 66.32º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5F93B is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 249 | 59 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.02 |
| HSL | 66.32º | 0.94% | 0.6% | - |
| HSV(B) | 66.32º | 0.76% | 0.98% | - |
| XYZ | 66.98 | 84.73 | 16.96 | - |
| YUV | 221.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 249 | 59 | 0.08 | 0 | 0.76 | 0.02 | 66.32 | 0.94 | 0.6 |
| Hex | E5 | F9 | 3B | 8 | 0 | 4C | 2 | 42 | 5E | 3C |
| Octal | 345 | 371 | 73 | 10 | 0 | 114 | 2 | 102 | 136 | 74 |
| Binary | 11100101 | 11111001 | 111011 | 1000 | 0 | 1001100 | 10 | 1000010 | 1011110 | 111100 |
Color Harmonies of #E5F93B
Complementary color
Monochromatic Colors of #E5F93B
Black with #E5F93B
Text Example
Text Example
White with #E5F93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F93B; }
p { color: rgb(229,249,59); }
H1.HeaderClassName
{
color: #E5F93B;
}
.AnyTagClassName
{
color: #E5F93B;
}
</style>
background-color css
<style>
a { background-color: #E5F93B; }
a { background-color: rgb(229,249,59); }
div.DivClassName
{
background-color: #E5F93B;
}
.BgClassName
{
background-color: #E5F93B;
}
</style>
border-color css
<style>
span { border-color: #E5F93B; }
span { border-color: rgb(229,249,59); }
td.TdClassName
{
border-color: #E5F93B;
}
.TagClassName
{
border-color: #E5F93B;
}
</style>