Shades of Starship #E3DE47
Tints of Starship #E3DE47
RGB
CMYK
RGB Variations
Color information
#E3DE47 (or 0xE3DE47) is known color: Starship. HEX triplet: E3, DE and 47. RGB value is (227,222,71). Sum of RGB (Red+Green+Blue) = 227+222+71=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DE47 is #1C21B8. Grayscale: #CECECE. Windows color (decimal): -1843641 or 4710115. OLE color: 4710115.
HSL color Cylindrical-coordinate representation of color #E3DE47: hue angle of 58.08º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E3DE47 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 71 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.11 |
| HSL | 58.08º | 0.74% | 0.58% | - |
| HSV(B) | 58.08º | 0.69% | 0.89% | - |
| XYZ | 58.94 | 69.03 | 16.18 | - |
| YUV | 206.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 71 | 0 | 0.02 | 0.69 | 0.11 | 58.08 | 0.74 | 0.58 |
| Hex | E3 | DE | 47 | 0 | 2 | 45 | B | 3A | 4A | 3A |
| Octal | 343 | 336 | 107 | 0 | 2 | 105 | 13 | 72 | 112 | 72 |
| Binary | 11100011 | 11011110 | 1000111 | 0 | 10 | 1000101 | 1011 | 111010 | 1001010 | 111010 |
Color Harmonies of #E3DE47
Complementary color
Monochromatic Colors of #E3DE47
Black with #E3DE47
Text Example
Text Example
White with #E3DE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DE47; }
p { color: rgb(227,222,71); }
H1.HeaderClassName
{
color: #E3DE47;
}
.AnyTagClassName
{
color: #E3DE47;
}
</style>
background-color css
<style>
a { background-color: #E3DE47; }
a { background-color: rgb(227,222,71); }
div.DivClassName
{
background-color: #E3DE47;
}
.BgClassName
{
background-color: #E3DE47;
}
</style>
border-color css
<style>
span { border-color: #E3DE47; }
span { border-color: rgb(227,222,71); }
td.TdClassName
{
border-color: #E3DE47;
}
.TagClassName
{
border-color: #E3DE47;
}
</style>