Shades of Starship #E0E53F
Tints of Starship #E0E53F
RGB
CMYK
RGB Variations
Color information
#E0E53F (or 0xE0E53F) is known color: Starship. HEX triplet: E0, E5 and 3F. RGB value is (224,229,63). Sum of RGB (Red+Green+Blue) = 224+229+63=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E53F is #1F1AC0. Grayscale: #D1D1D1. Windows color (decimal): -2038465 or 4187616. OLE color: 4187616.
HSL color Cylindrical-coordinate representation of color #E0E53F: hue angle of 61.81º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0E53F is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 63 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.10 |
| HSL | 61.81º | 0.76% | 0.57% | - |
| HSV(B) | 61.81º | 0.72% | 0.9% | - |
| XYZ | 59.66 | 72.24 | 15.5 | - |
| YUV | 208.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 63 | 0.02 | 0 | 0.72 | 0.10 | 61.81 | 0.76 | 0.57 |
| Hex | E0 | E5 | 3F | 2 | 0 | 48 | A | 3E | 4C | 39 |
| Octal | 340 | 345 | 77 | 2 | 0 | 110 | 12 | 76 | 114 | 71 |
| Binary | 11100000 | 11100101 | 111111 | 10 | 0 | 1001000 | 1010 | 111110 | 1001100 | 111001 |
Color Harmonies of #E0E53F
Complementary color
Monochromatic Colors of #E0E53F
Black with #E0E53F
Text Example
Text Example
White with #E0E53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E53F; }
p { color: rgb(224,229,63); }
H1.HeaderClassName
{
color: #E0E53F;
}
.AnyTagClassName
{
color: #E0E53F;
}
</style>
background-color css
<style>
a { background-color: #E0E53F; }
a { background-color: rgb(224,229,63); }
div.DivClassName
{
background-color: #E0E53F;
}
.BgClassName
{
background-color: #E0E53F;
}
</style>
border-color css
<style>
span { border-color: #E0E53F; }
span { border-color: rgb(224,229,63); }
td.TdClassName
{
border-color: #E0E53F;
}
.TagClassName
{
border-color: #E0E53F;
}
</style>