Shades of Starship #E5F53D
Tints of Starship #E5F53D
RGB
CMYK
RGB Variations
Color information
#E5F53D (or 0xE5F53D) is known color: Starship. HEX triplet: E5, F5 and 3D. RGB value is (229,245,61). Sum of RGB (Red+Green+Blue) = 229+245+61=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 61 (24.22% from 255 or 11.40% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F53D is #1A0AC2. Grayscale: #DBDBDB. Windows color (decimal): -1706691 or 4060645. OLE color: 4060645.
HSL color Cylindrical-coordinate representation of color #E5F53D: hue angle of 65.22º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5F53D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 61 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.04 |
| HSL | 65.22º | 0.9% | 0.6% | - |
| HSV(B) | 65.22º | 0.75% | 0.96% | - |
| XYZ | 65.81 | 82.3 | 16.83 | - |
| YUV | 219.24 | 38.7 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 61 | 0.07 | 0 | 0.75 | 0.04 | 65.22 | 0.9 | 0.6 |
| Hex | E5 | F5 | 3D | 7 | 0 | 4B | 4 | 41 | 5A | 3C |
| Octal | 345 | 365 | 75 | 7 | 0 | 113 | 4 | 101 | 132 | 74 |
| Binary | 11100101 | 11110101 | 111101 | 111 | 0 | 1001011 | 100 | 1000001 | 1011010 | 111100 |
Color Harmonies of #E5F53D
Complementary color
Monochromatic Colors of #E5F53D
Black with #E5F53D
Text Example
Text Example
White with #E5F53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F53D; }
p { color: rgb(229,245,61); }
H1.HeaderClassName
{
color: #E5F53D;
}
.AnyTagClassName
{
color: #E5F53D;
}
</style>
background-color css
<style>
a { background-color: #E5F53D; }
a { background-color: rgb(229,245,61); }
div.DivClassName
{
background-color: #E5F53D;
}
.BgClassName
{
background-color: #E5F53D;
}
</style>
border-color css
<style>
span { border-color: #E5F53D; }
span { border-color: rgb(229,245,61); }
td.TdClassName
{
border-color: #E5F53D;
}
.TagClassName
{
border-color: #E5F53D;
}
</style>