Shades of Starship #E0DE32
Tints of Starship #E0DE32
RGB
CMYK
RGB Variations
Color information
#E0DE32 (or 0xE0DE32) is known color: Starship. HEX triplet: E0, DE and 32. RGB value is (224,222,50). Sum of RGB (Red+Green+Blue) = 224+222+50=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE32 is #1F21CD. Grayscale: #CBCBCB. Windows color (decimal): -2040270 or 3333856. OLE color: 3333856.
HSL color Cylindrical-coordinate representation of color #E0DE32: hue angle of 59.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0DE32 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 50 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.12 |
| HSL | 59.31º | 0.74% | 0.54% | - |
| HSV(B) | 59.31º | 0.78% | 0.88% | - |
| XYZ | 57.44 | 68.32 | 13.18 | - |
| YUV | 202.99 | 41.66 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 50 | 0 | 0.01 | 0.78 | 0.12 | 59.31 | 0.74 | 0.54 |
| Hex | E0 | DE | 32 | 0 | 1 | 4E | C | 3B | 4A | 36 |
| Octal | 340 | 336 | 62 | 0 | 1 | 116 | 14 | 73 | 112 | 66 |
| Binary | 11100000 | 11011110 | 110010 | 0 | 1 | 1001110 | 1100 | 111011 | 1001010 | 110110 |
Color Harmonies of #E0DE32
Complementary color
Monochromatic Colors of #E0DE32
Black with #E0DE32
Text Example
Text Example
White with #E0DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE32; }
p { color: rgb(224,222,50); }
H1.HeaderClassName
{
color: #E0DE32;
}
.AnyTagClassName
{
color: #E0DE32;
}
</style>
background-color css
<style>
a { background-color: #E0DE32; }
a { background-color: rgb(224,222,50); }
div.DivClassName
{
background-color: #E0DE32;
}
.BgClassName
{
background-color: #E0DE32;
}
</style>
border-color css
<style>
span { border-color: #E0DE32; }
span { border-color: rgb(224,222,50); }
td.TdClassName
{
border-color: #E0DE32;
}
.TagClassName
{
border-color: #E0DE32;
}
</style>