Shades of Starship #E7DC40
Tints of Starship #E7DC40
RGB
CMYK
RGB Variations
Color information
#E7DC40 (or 0xE7DC40) is known color: Starship. HEX triplet: E7, DC and 40. RGB value is (231,220,64). Sum of RGB (Red+Green+Blue) = 231+220+64=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DC40 is #1823BF. Grayscale: #CECECE. Windows color (decimal): -1582016 or 4250855. OLE color: 4250855.
HSL color Cylindrical-coordinate representation of color #E7DC40: hue angle of 56.05º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7DC40 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 64 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.09 |
| HSL | 56.05º | 0.78% | 0.58% | - |
| HSV(B) | 56.05º | 0.72% | 0.91% | - |
| XYZ | 59.47 | 68.55 | 14.95 | - |
| YUV | 205.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 64 | 0 | 0.05 | 0.72 | 0.09 | 56.05 | 0.78 | 0.58 |
| Hex | E7 | DC | 40 | 0 | 5 | 48 | 9 | 38 | 4E | 3A |
| Octal | 347 | 334 | 100 | 0 | 5 | 110 | 11 | 70 | 116 | 72 |
| Binary | 11100111 | 11011100 | 1000000 | 0 | 101 | 1001000 | 1001 | 111000 | 1001110 | 111010 |
Color Harmonies of #E7DC40
Complementary color
Monochromatic Colors of #E7DC40
Black with #E7DC40
Text Example
Text Example
White with #E7DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC40; }
p { color: rgb(231,220,64); }
H1.HeaderClassName
{
color: #E7DC40;
}
.AnyTagClassName
{
color: #E7DC40;
}
</style>
background-color css
<style>
a { background-color: #E7DC40; }
a { background-color: rgb(231,220,64); }
div.DivClassName
{
background-color: #E7DC40;
}
.BgClassName
{
background-color: #E7DC40;
}
</style>
border-color css
<style>
span { border-color: #E7DC40; }
span { border-color: rgb(231,220,64); }
td.TdClassName
{
border-color: #E7DC40;
}
.TagClassName
{
border-color: #E7DC40;
}
</style>