Shades of Starship #E5EF41
Tints of Starship #E5EF41
RGB
CMYK
RGB Variations
Color information
#E5EF41 (or 0xE5EF41) is known color: Starship. HEX triplet: E5, EF and 41. RGB value is (229,239,65). Sum of RGB (Red+Green+Blue) = 229+239+65=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 65 (25.78% from 255 or 12.20% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF41 is #1A10BE. Grayscale: #D8D8D8. Windows color (decimal): -1708223 or 4321253. OLE color: 4321253.
HSL color Cylindrical-coordinate representation of color #E5EF41: hue angle of 63.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5EF41 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 65 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.06 |
| HSL | 63.45º | 0.84% | 0.6% | - |
| HSV(B) | 63.45º | 0.73% | 0.94% | - |
| XYZ | 64.13 | 78.77 | 16.83 | - |
| YUV | 216.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 65 | 0.04 | 0 | 0.73 | 0.06 | 63.45 | 0.84 | 0.6 |
| Hex | E5 | EF | 41 | 4 | 0 | 49 | 6 | 3F | 54 | 3C |
| Octal | 345 | 357 | 101 | 4 | 0 | 111 | 6 | 77 | 124 | 74 |
| Binary | 11100101 | 11101111 | 1000001 | 100 | 0 | 1001001 | 110 | 111111 | 1010100 | 111100 |
Color Harmonies of #E5EF41
Complementary color
Monochromatic Colors of #E5EF41
Black with #E5EF41
Text Example
Text Example
White with #E5EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF41; }
p { color: rgb(229,239,65); }
H1.HeaderClassName
{
color: #E5EF41;
}
.AnyTagClassName
{
color: #E5EF41;
}
</style>
background-color css
<style>
a { background-color: #E5EF41; }
a { background-color: rgb(229,239,65); }
div.DivClassName
{
background-color: #E5EF41;
}
.BgClassName
{
background-color: #E5EF41;
}
</style>
border-color css
<style>
span { border-color: #E5EF41; }
span { border-color: rgb(229,239,65); }
td.TdClassName
{
border-color: #E5EF41;
}
.TagClassName
{
border-color: #E5EF41;
}
</style>