Shades of Starship #E0DD40
Tints of Starship #E0DD40
RGB
CMYK
RGB Variations
Color information
#E0DD40 (or 0xE0DD40) is known color: Starship. HEX triplet: E0, DD and 40. RGB value is (224,221,64). Sum of RGB (Red+Green+Blue) = 224+221+64=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DD40 is #1F22BF. Grayscale: #CCCCCC. Windows color (decimal): -2040512 or 4251104. OLE color: 4251104.
HSL color Cylindrical-coordinate representation of color #E0DD40: hue angle of 58.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0DD40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 64 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.12 |
| HSL | 58.88º | 0.72% | 0.56% | - |
| HSV(B) | 58.88º | 0.71% | 0.88% | - |
| XYZ | 57.52 | 67.93 | 14.93 | - |
| YUV | 204 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 64 | 0 | 0.01 | 0.71 | 0.12 | 58.88 | 0.72 | 0.56 |
| Hex | E0 | DD | 40 | 0 | 1 | 47 | C | 3B | 48 | 38 |
| Octal | 340 | 335 | 100 | 0 | 1 | 107 | 14 | 73 | 110 | 70 |
| Binary | 11100000 | 11011101 | 1000000 | 0 | 1 | 1000111 | 1100 | 111011 | 1001000 | 111000 |
Color Harmonies of #E0DD40
Complementary color
Monochromatic Colors of #E0DD40
Black with #E0DD40
Text Example
Text Example
White with #E0DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD40; }
p { color: rgb(224,221,64); }
H1.HeaderClassName
{
color: #E0DD40;
}
.AnyTagClassName
{
color: #E0DD40;
}
</style>
background-color css
<style>
a { background-color: #E0DD40; }
a { background-color: rgb(224,221,64); }
div.DivClassName
{
background-color: #E0DD40;
}
.BgClassName
{
background-color: #E0DD40;
}
</style>
border-color css
<style>
span { border-color: #E0DD40; }
span { border-color: rgb(224,221,64); }
td.TdClassName
{
border-color: #E0DD40;
}
.TagClassName
{
border-color: #E0DD40;
}
</style>