Shades of Starship #E0E640
Tints of Starship #E0E640
RGB
CMYK
RGB Variations
Color information
#E0E640 (or 0xE0E640) is known color: Starship. HEX triplet: E0, E6 and 40. RGB value is (224,230,64). Sum of RGB (Red+Green+Blue) = 224+230+64=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E640 is #1F19BF. Grayscale: #D1D1D1. Windows color (decimal): -2038208 or 4253408. OLE color: 4253408.
HSL color Cylindrical-coordinate representation of color #E0E640: hue angle of 62.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0E640 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.17º | 0.77% | 0.58% | - |
| HSV(B) | 62.17º | 0.72% | 0.9% | - |
| XYZ | 59.96 | 72.81 | 15.74 | - |
| YUV | 209.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 64 | 0.03 | 0 | 0.72 | 0.10 | 62.17 | 0.77 | 0.58 |
| Hex | E0 | E6 | 40 | 3 | 0 | 48 | A | 3E | 4D | 3A |
| Octal | 340 | 346 | 100 | 3 | 0 | 110 | 12 | 76 | 115 | 72 |
| Binary | 11100000 | 11100110 | 1000000 | 11 | 0 | 1001000 | 1010 | 111110 | 1001101 | 111010 |
Color Harmonies of #E0E640
Complementary color
Monochromatic Colors of #E0E640
Black with #E0E640
Text Example
Text Example
White with #E0E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E640; }
p { color: rgb(224,230,64); }
H1.HeaderClassName
{
color: #E0E640;
}
.AnyTagClassName
{
color: #E0E640;
}
</style>
background-color css
<style>
a { background-color: #E0E640; }
a { background-color: rgb(224,230,64); }
div.DivClassName
{
background-color: #E0E640;
}
.BgClassName
{
background-color: #E0E640;
}
</style>
border-color css
<style>
span { border-color: #E0E640; }
span { border-color: rgb(224,230,64); }
td.TdClassName
{
border-color: #E0E640;
}
.TagClassName
{
border-color: #E0E640;
}
</style>