Shades of Starship #E0E42D
Tints of Starship #E0E42D
RGB
CMYK
RGB Variations
Color information
#E0E42D (or 0xE0E42D) is known color: Starship. HEX triplet: E0, E4 and 2D. RGB value is (224,228,45). Sum of RGB (Red+Green+Blue) = 224+228+45=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E42D is #1F1BD2. Grayscale: #CECECE. Windows color (decimal): -2038739 or 3007712. OLE color: 3007712.
HSL color Cylindrical-coordinate representation of color #E0E42D: hue angle of 61.31º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0E42D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 45 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.31º | 0.77% | 0.54% | - |
| HSV(B) | 61.31º | 0.8% | 0.89% | - |
| XYZ | 58.96 | 71.52 | 13.18 | - |
| YUV | 205.94 | 37.17 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 45 | 0.02 | 0 | 0.80 | 0.11 | 61.31 | 0.77 | 0.54 |
| Hex | E0 | E4 | 2D | 2 | 0 | 50 | B | 3D | 4D | 36 |
| Octal | 340 | 344 | 55 | 2 | 0 | 120 | 13 | 75 | 115 | 66 |
| Binary | 11100000 | 11100100 | 101101 | 10 | 0 | 1010000 | 1011 | 111101 | 1001101 | 110110 |
Color Harmonies of #E0E42D
Complementary color
Monochromatic Colors of #E0E42D
Black with #E0E42D
Text Example
Text Example
White with #E0E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E42D; }
p { color: rgb(224,228,45); }
H1.HeaderClassName
{
color: #E0E42D;
}
.AnyTagClassName
{
color: #E0E42D;
}
</style>
background-color css
<style>
a { background-color: #E0E42D; }
a { background-color: rgb(224,228,45); }
div.DivClassName
{
background-color: #E0E42D;
}
.BgClassName
{
background-color: #E0E42D;
}
</style>
border-color css
<style>
span { border-color: #E0E42D; }
span { border-color: rgb(224,228,45); }
td.TdClassName
{
border-color: #E0E42D;
}
.TagClassName
{
border-color: #E0E42D;
}
</style>