Shades of Starship #E0E631
Tints of Starship #E0E631
RGB
CMYK
RGB Variations
Color information
#E0E631 (or 0xE0E631) is known color: Starship. HEX triplet: E0, E6 and 31. RGB value is (224,230,49). Sum of RGB (Red+Green+Blue) = 224+230+49=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E631 is #1F19CE. Grayscale: #D0D0D0. Windows color (decimal): -2038223 or 3270368. OLE color: 3270368.
HSL color Cylindrical-coordinate representation of color #E0E631: hue angle of 61.99º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0E631 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 49 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.10 |
| HSL | 61.99º | 0.78% | 0.55% | - |
| HSV(B) | 61.99º | 0.79% | 0.9% | - |
| XYZ | 59.59 | 72.66 | 13.79 | - |
| YUV | 207.57 | 38.51 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 49 | 0.03 | 0 | 0.79 | 0.10 | 61.99 | 0.78 | 0.55 |
| Hex | E0 | E6 | 31 | 3 | 0 | 4F | A | 3E | 4E | 37 |
| Octal | 340 | 346 | 61 | 3 | 0 | 117 | 12 | 76 | 116 | 67 |
| Binary | 11100000 | 11100110 | 110001 | 11 | 0 | 1001111 | 1010 | 111110 | 1001110 | 110111 |
Color Harmonies of #E0E631
Complementary color
Monochromatic Colors of #E0E631
Black with #E0E631
Text Example
Text Example
White with #E0E631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E631; }
p { color: rgb(224,230,49); }
H1.HeaderClassName
{
color: #E0E631;
}
.AnyTagClassName
{
color: #E0E631;
}
</style>
background-color css
<style>
a { background-color: #E0E631; }
a { background-color: rgb(224,230,49); }
div.DivClassName
{
background-color: #E0E631;
}
.BgClassName
{
background-color: #E0E631;
}
</style>
border-color css
<style>
span { border-color: #E0E631; }
span { border-color: rgb(224,230,49); }
td.TdClassName
{
border-color: #E0E631;
}
.TagClassName
{
border-color: #E0E631;
}
</style>