Shades of Starship #E5E041
Tints of Starship #E5E041
RGB
CMYK
RGB Variations
Color information
#E5E041 (or 0xE5E041) is known color: Starship. HEX triplet: E5, E0 and 41. RGB value is (229,224,65). Sum of RGB (Red+Green+Blue) = 229+224+65=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E041 is #1A1FBE. Grayscale: #D0D0D0. Windows color (decimal): -1712063 or 4317413. OLE color: 4317413.
HSL color Cylindrical-coordinate representation of color #E5E041: hue angle of 58.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5E041 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 65 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.10 |
| HSL | 58.17º | 0.76% | 0.58% | - |
| HSV(B) | 58.17º | 0.72% | 0.9% | - |
| XYZ | 59.92 | 70.35 | 15.42 | - |
| YUV | 207.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 65 | 0 | 0.02 | 0.72 | 0.10 | 58.17 | 0.76 | 0.58 |
| Hex | E5 | E0 | 41 | 0 | 2 | 48 | A | 3A | 4C | 3A |
| Octal | 345 | 340 | 101 | 0 | 2 | 110 | 12 | 72 | 114 | 72 |
| Binary | 11100101 | 11100000 | 1000001 | 0 | 10 | 1001000 | 1010 | 111010 | 1001100 | 111010 |
Color Harmonies of #E5E041
Complementary color
Monochromatic Colors of #E5E041
Black with #E5E041
Text Example
Text Example
White with #E5E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E041; }
p { color: rgb(229,224,65); }
H1.HeaderClassName
{
color: #E5E041;
}
.AnyTagClassName
{
color: #E5E041;
}
</style>
background-color css
<style>
a { background-color: #E5E041; }
a { background-color: rgb(229,224,65); }
div.DivClassName
{
background-color: #E5E041;
}
.BgClassName
{
background-color: #E5E041;
}
</style>
border-color css
<style>
span { border-color: #E5E041; }
span { border-color: rgb(229,224,65); }
td.TdClassName
{
border-color: #E5E041;
}
.TagClassName
{
border-color: #E5E041;
}
</style>