Shades of Starship #E5F538
Tints of Starship #E5F538
RGB
CMYK
RGB Variations
Color information
#E5F538 (or 0xE5F538) is known color: Starship. HEX triplet: E5, F5 and 38. RGB value is (229,245,56). Sum of RGB (Red+Green+Blue) = 229+245+56=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F538 is #1A0AC7. Grayscale: #DBDBDB. Windows color (decimal): -1706696 or 3732965. OLE color: 3732965.
HSL color Cylindrical-coordinate representation of color #E5F538: hue angle of 65.08º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5F538 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 56 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.04 |
| HSL | 65.08º | 0.9% | 0.59% | - |
| HSV(B) | 65.08º | 0.77% | 0.96% | - |
| XYZ | 65.68 | 82.25 | 16.16 | - |
| YUV | 218.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 56 | 0.07 | 0 | 0.77 | 0.04 | 65.08 | 0.9 | 0.59 |
| Hex | E5 | F5 | 38 | 7 | 0 | 4D | 4 | 41 | 5A | 3B |
| Octal | 345 | 365 | 70 | 7 | 0 | 115 | 4 | 101 | 132 | 73 |
| Binary | 11100101 | 11110101 | 111000 | 111 | 0 | 1001101 | 100 | 1000001 | 1011010 | 111011 |
Color Harmonies of #E5F538
Complementary color
Monochromatic Colors of #E5F538
Black with #E5F538
Text Example
Text Example
White with #E5F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F538; }
p { color: rgb(229,245,56); }
H1.HeaderClassName
{
color: #E5F538;
}
.AnyTagClassName
{
color: #E5F538;
}
</style>
background-color css
<style>
a { background-color: #E5F538; }
a { background-color: rgb(229,245,56); }
div.DivClassName
{
background-color: #E5F538;
}
.BgClassName
{
background-color: #E5F538;
}
</style>
border-color css
<style>
span { border-color: #E5F538; }
span { border-color: rgb(229,245,56); }
td.TdClassName
{
border-color: #E5F538;
}
.TagClassName
{
border-color: #E5F538;
}
</style>