Shades of Starship #E0DE45
Tints of Starship #E0DE45
RGB
CMYK
RGB Variations
Color information
#E0DE45 (or 0xE0DE45) is known color: Starship. HEX triplet: E0, DE and 45. RGB value is (224,222,69). Sum of RGB (Red+Green+Blue) = 224+222+69=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE45 is #1F21BA. Grayscale: #CDCDCD. Windows color (decimal): -2040251 or 4579040. OLE color: 4579040.
HSL color Cylindrical-coordinate representation of color #E0DE45: hue angle of 59.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0DE45 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 69 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.12 |
| HSL | 59.23º | 0.71% | 0.57% | - |
| HSV(B) | 59.23º | 0.69% | 0.88% | - |
| XYZ | 57.94 | 68.52 | 15.8 | - |
| YUV | 205.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 69 | 0 | 0.01 | 0.69 | 0.12 | 59.23 | 0.71 | 0.57 |
| Hex | E0 | DE | 45 | 0 | 1 | 45 | C | 3B | 47 | 39 |
| Octal | 340 | 336 | 105 | 0 | 1 | 105 | 14 | 73 | 107 | 71 |
| Binary | 11100000 | 11011110 | 1000101 | 0 | 1 | 1000101 | 1100 | 111011 | 1000111 | 111001 |
Color Harmonies of #E0DE45
Complementary color
Monochromatic Colors of #E0DE45
Black with #E0DE45
Text Example
Text Example
White with #E0DE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE45; }
p { color: rgb(224,222,69); }
H1.HeaderClassName
{
color: #E0DE45;
}
.AnyTagClassName
{
color: #E0DE45;
}
</style>
background-color css
<style>
a { background-color: #E0DE45; }
a { background-color: rgb(224,222,69); }
div.DivClassName
{
background-color: #E0DE45;
}
.BgClassName
{
background-color: #E0DE45;
}
</style>
border-color css
<style>
span { border-color: #E0DE45; }
span { border-color: rgb(224,222,69); }
td.TdClassName
{
border-color: #E0DE45;
}
.TagClassName
{
border-color: #E0DE45;
}
</style>