Shades of Starship #E0E935
Tints of Starship #E0E935
RGB
CMYK
RGB Variations
Color information
#E0E935 (or 0xE0E935) is known color: Starship. HEX triplet: E0, E9 and 35. RGB value is (224,233,53). Sum of RGB (Red+Green+Blue) = 224+233+53=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 53 (21.09% from 255 or 10.39% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E935 is #1F16CA. Grayscale: #D2D2D2. Windows color (decimal): -2037451 or 3533280. OLE color: 3533280.
HSL color Cylindrical-coordinate representation of color #E0E935: hue angle of 63º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0E935 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 53 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.09 |
| HSL | 63º | 0.8% | 0.56% | - |
| HSV(B) | 63º | 0.77% | 0.91% | - |
| XYZ | 60.52 | 74.38 | 14.54 | - |
| YUV | 209.79 | 39.52 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 53 | 0.04 | 0 | 0.77 | 0.09 | 63 | 0.8 | 0.56 |
| Hex | E0 | E9 | 35 | 4 | 0 | 4D | 9 | 3F | 50 | 38 |
| Octal | 340 | 351 | 65 | 4 | 0 | 115 | 11 | 77 | 120 | 70 |
| Binary | 11100000 | 11101001 | 110101 | 100 | 0 | 1001101 | 1001 | 111111 | 1010000 | 111000 |
Color Harmonies of #E0E935
Complementary color
Monochromatic Colors of #E0E935
Black with #E0E935
Text Example
Text Example
White with #E0E935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E935; }
p { color: rgb(224,233,53); }
H1.HeaderClassName
{
color: #E0E935;
}
.AnyTagClassName
{
color: #E0E935;
}
</style>
background-color css
<style>
a { background-color: #E0E935; }
a { background-color: rgb(224,233,53); }
div.DivClassName
{
background-color: #E0E935;
}
.BgClassName
{
background-color: #E0E935;
}
</style>
border-color css
<style>
span { border-color: #E0E935; }
span { border-color: rgb(224,233,53); }
td.TdClassName
{
border-color: #E0E935;
}
.TagClassName
{
border-color: #E0E935;
}
</style>