Shades of Starship #E7D93C
Tints of Starship #E7D93C
RGB
CMYK
RGB Variations
Color information
#E7D93C (or 0xE7D93C) is known color: Starship. HEX triplet: E7, D9 and 3C. RGB value is (231,217,60). Sum of RGB (Red+Green+Blue) = 231+217+60=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D93C is #1826C3. Grayscale: #CBCBCB. Windows color (decimal): -1582788 or 3987943. OLE color: 3987943.
HSL color Cylindrical-coordinate representation of color #E7D93C: hue angle of 55.09º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7D93C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 60 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.09 |
| HSL | 55.09º | 0.78% | 0.57% | - |
| HSV(B) | 55.09º | 0.74% | 0.91% | - |
| XYZ | 58.58 | 66.94 | 14.11 | - |
| YUV | 203.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 60 | 0 | 0.06 | 0.74 | 0.09 | 55.09 | 0.78 | 0.57 |
| Hex | E7 | D9 | 3C | 0 | 6 | 4A | 9 | 37 | 4E | 39 |
| Octal | 347 | 331 | 74 | 0 | 6 | 112 | 11 | 67 | 116 | 71 |
| Binary | 11100111 | 11011001 | 111100 | 0 | 110 | 1001010 | 1001 | 110111 | 1001110 | 111001 |
Color Harmonies of #E7D93C
Complementary color
Monochromatic Colors of #E7D93C
Black with #E7D93C
Text Example
Text Example
White with #E7D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D93C; }
p { color: rgb(231,217,60); }
H1.HeaderClassName
{
color: #E7D93C;
}
.AnyTagClassName
{
color: #E7D93C;
}
</style>
background-color css
<style>
a { background-color: #E7D93C; }
a { background-color: rgb(231,217,60); }
div.DivClassName
{
background-color: #E7D93C;
}
.BgClassName
{
background-color: #E7D93C;
}
</style>
border-color css
<style>
span { border-color: #E7D93C; }
span { border-color: rgb(231,217,60); }
td.TdClassName
{
border-color: #E7D93C;
}
.TagClassName
{
border-color: #E7D93C;
}
</style>