Shades of Starship #E5E143
Tints of Starship #E5E143
RGB
CMYK
RGB Variations
Color information
#E5E143 (or 0xE5E143) is known color: Starship. HEX triplet: E5, E1 and 43. RGB value is (229,225,67). Sum of RGB (Red+Green+Blue) = 229+225+67=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E143 is #1A1EBC. Grayscale: #D0D0D0. Windows color (decimal): -1711805 or 4448741. OLE color: 4448741.
HSL color Cylindrical-coordinate representation of color #E5E143: hue angle of 58.52º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5E143 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 67 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.10 |
| HSL | 58.52º | 0.76% | 0.58% | - |
| HSV(B) | 58.52º | 0.71% | 0.9% | - |
| XYZ | 60.25 | 70.91 | 15.82 | - |
| YUV | 208.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 67 | 0 | 0.02 | 0.71 | 0.10 | 58.52 | 0.76 | 0.58 |
| Hex | E5 | E1 | 43 | 0 | 2 | 47 | A | 3B | 4C | 3A |
| Octal | 345 | 341 | 103 | 0 | 2 | 107 | 12 | 73 | 114 | 72 |
| Binary | 11100101 | 11100001 | 1000011 | 0 | 10 | 1000111 | 1010 | 111011 | 1001100 | 111010 |
Color Harmonies of #E5E143
Complementary color
Monochromatic Colors of #E5E143
Black with #E5E143
Text Example
Text Example
White with #E5E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E143; }
p { color: rgb(229,225,67); }
H1.HeaderClassName
{
color: #E5E143;
}
.AnyTagClassName
{
color: #E5E143;
}
</style>
background-color css
<style>
a { background-color: #E5E143; }
a { background-color: rgb(229,225,67); }
div.DivClassName
{
background-color: #E5E143;
}
.BgClassName
{
background-color: #E5E143;
}
</style>
border-color css
<style>
span { border-color: #E5E143; }
span { border-color: rgb(229,225,67); }
td.TdClassName
{
border-color: #E5E143;
}
.TagClassName
{
border-color: #E5E143;
}
</style>