Shades of Starship #E5E43C
Tints of Starship #E5E43C
RGB
CMYK
RGB Variations
Color information
#E5E43C (or 0xE5E43C) is known color: Starship. HEX triplet: E5, E4 and 3C. RGB value is (229,228,60). Sum of RGB (Red+Green+Blue) = 229+228+60=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E43C is #1A1BC3. Grayscale: #D1D1D1. Windows color (decimal): -1711044 or 3990757. OLE color: 3990757.
HSL color Cylindrical-coordinate representation of color #E5E43C: hue angle of 59.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5E43C is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 60 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.10 |
| HSL | 59.64º | 0.76% | 0.57% | - |
| HSV(B) | 59.64º | 0.74% | 0.9% | - |
| XYZ | 60.87 | 72.47 | 15.05 | - |
| YUV | 209.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 60 | 0 | 0.00 | 0.74 | 0.10 | 59.64 | 0.76 | 0.57 |
| Hex | E5 | E4 | 3C | 0 | 0 | 4A | A | 3C | 4C | 39 |
| Octal | 345 | 344 | 74 | 0 | 0 | 112 | 12 | 74 | 114 | 71 |
| Binary | 11100101 | 11100100 | 111100 | 0 | 0 | 1001010 | 1010 | 111100 | 1001100 | 111001 |
Color Harmonies of #E5E43C
Complementary color
Monochromatic Colors of #E5E43C
Black with #E5E43C
Text Example
Text Example
White with #E5E43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E43C; }
p { color: rgb(229,228,60); }
H1.HeaderClassName
{
color: #E5E43C;
}
.AnyTagClassName
{
color: #E5E43C;
}
</style>
background-color css
<style>
a { background-color: #E5E43C; }
a { background-color: rgb(229,228,60); }
div.DivClassName
{
background-color: #E5E43C;
}
.BgClassName
{
background-color: #E5E43C;
}
</style>
border-color css
<style>
span { border-color: #E5E43C; }
span { border-color: rgb(229,228,60); }
td.TdClassName
{
border-color: #E5E43C;
}
.TagClassName
{
border-color: #E5E43C;
}
</style>