Shades of Starship #E0DE41
Tints of Starship #E0DE41
RGB
CMYK
RGB Variations
Color information
#E0DE41 (or 0xE0DE41) is known color: Starship. HEX triplet: E0, DE and 41. RGB value is (224,222,65). Sum of RGB (Red+Green+Blue) = 224+222+65=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE41 is #1F21BE. Grayscale: #CDCDCD. Windows color (decimal): -2040255 or 4316896. OLE color: 4316896.
HSL color Cylindrical-coordinate representation of color #E0DE41: hue angle of 59.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0DE41 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 65 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.12 |
| HSL | 59.25º | 0.72% | 0.57% | - |
| HSV(B) | 59.25º | 0.71% | 0.88% | - |
| XYZ | 57.82 | 68.47 | 15.17 | - |
| YUV | 204.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 65 | 0 | 0.01 | 0.71 | 0.12 | 59.25 | 0.72 | 0.57 |
| Hex | E0 | DE | 41 | 0 | 1 | 47 | C | 3B | 48 | 39 |
| Octal | 340 | 336 | 101 | 0 | 1 | 107 | 14 | 73 | 110 | 71 |
| Binary | 11100000 | 11011110 | 1000001 | 0 | 1 | 1000111 | 1100 | 111011 | 1001000 | 111001 |
Color Harmonies of #E0DE41
Complementary color
Monochromatic Colors of #E0DE41
Black with #E0DE41
Text Example
Text Example
White with #E0DE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE41; }
p { color: rgb(224,222,65); }
H1.HeaderClassName
{
color: #E0DE41;
}
.AnyTagClassName
{
color: #E0DE41;
}
</style>
background-color css
<style>
a { background-color: #E0DE41; }
a { background-color: rgb(224,222,65); }
div.DivClassName
{
background-color: #E0DE41;
}
.BgClassName
{
background-color: #E0DE41;
}
</style>
border-color css
<style>
span { border-color: #E0DE41; }
span { border-color: rgb(224,222,65); }
td.TdClassName
{
border-color: #E0DE41;
}
.TagClassName
{
border-color: #E0DE41;
}
</style>