Shades of Starship #E7DF47
Tints of Starship #E7DF47
RGB
CMYK
RGB Variations
Color information
#E7DF47 (or 0xE7DF47) is known color: Starship. HEX triplet: E7, DF and 47. RGB value is (231,223,71). Sum of RGB (Red+Green+Blue) = 231+223+71=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DF47 is #1820B8. Grayscale: #D0D0D0. Windows color (decimal): -1581241 or 4710375. OLE color: 4710375.
HSL color Cylindrical-coordinate representation of color #E7DF47: hue angle of 57º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7DF47 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 71 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.09 |
| HSL | 57º | 0.77% | 0.59% | - |
| HSV(B) | 57º | 0.69% | 0.91% | - |
| XYZ | 60.48 | 70.22 | 16.33 | - |
| YUV | 208.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 71 | 0 | 0.03 | 0.69 | 0.09 | 57 | 0.77 | 0.59 |
| Hex | E7 | DF | 47 | 0 | 3 | 45 | 9 | 39 | 4D | 3B |
| Octal | 347 | 337 | 107 | 0 | 3 | 105 | 11 | 71 | 115 | 73 |
| Binary | 11100111 | 11011111 | 1000111 | 0 | 11 | 1000101 | 1001 | 111001 | 1001101 | 111011 |
Color Harmonies of #E7DF47
Complementary color
Monochromatic Colors of #E7DF47
Black with #E7DF47
Text Example
Text Example
White with #E7DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF47; }
p { color: rgb(231,223,71); }
H1.HeaderClassName
{
color: #E7DF47;
}
.AnyTagClassName
{
color: #E7DF47;
}
</style>
background-color css
<style>
a { background-color: #E7DF47; }
a { background-color: rgb(231,223,71); }
div.DivClassName
{
background-color: #E7DF47;
}
.BgClassName
{
background-color: #E7DF47;
}
</style>
border-color css
<style>
span { border-color: #E7DF47; }
span { border-color: rgb(231,223,71); }
td.TdClassName
{
border-color: #E7DF47;
}
.TagClassName
{
border-color: #E7DF47;
}
</style>