Shades of Starship #E0E535
Tints of Starship #E0E535
RGB
CMYK
RGB Variations
Color information
#E0E535 (or 0xE0E535) is known color: Starship. HEX triplet: E0, E5 and 35. RGB value is (224,229,53). Sum of RGB (Red+Green+Blue) = 224+229+53=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E535 is #1F1ACA. Grayscale: #D0D0D0. Windows color (decimal): -2038475 or 3532256. OLE color: 3532256.
HSL color Cylindrical-coordinate representation of color #E0E535: hue angle of 61.7º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0E535 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 53 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.10 |
| HSL | 61.7º | 0.77% | 0.55% | - |
| HSV(B) | 61.7º | 0.77% | 0.9% | - |
| XYZ | 59.4 | 72.14 | 14.16 | - |
| YUV | 207.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 53 | 0.02 | 0 | 0.77 | 0.10 | 61.7 | 0.77 | 0.55 |
| Hex | E0 | E5 | 35 | 2 | 0 | 4D | A | 3E | 4D | 37 |
| Octal | 340 | 345 | 65 | 2 | 0 | 115 | 12 | 76 | 115 | 67 |
| Binary | 11100000 | 11100101 | 110101 | 10 | 0 | 1001101 | 1010 | 111110 | 1001101 | 110111 |
Color Harmonies of #E0E535
Complementary color
Monochromatic Colors of #E0E535
Black with #E0E535
Text Example
Text Example
White with #E0E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E535; }
p { color: rgb(224,229,53); }
H1.HeaderClassName
{
color: #E0E535;
}
.AnyTagClassName
{
color: #E0E535;
}
</style>
background-color css
<style>
a { background-color: #E0E535; }
a { background-color: rgb(224,229,53); }
div.DivClassName
{
background-color: #E0E535;
}
.BgClassName
{
background-color: #E0E535;
}
</style>
border-color css
<style>
span { border-color: #E0E535; }
span { border-color: rgb(224,229,53); }
td.TdClassName
{
border-color: #E0E535;
}
.TagClassName
{
border-color: #E0E535;
}
</style>