Shades of Starship #E7D73C
Tints of Starship #E7D73C
RGB
CMYK
RGB Variations
Color information
#E7D73C (or 0xE7D73C) is known color: Starship. HEX triplet: E7, D7 and 3C. RGB value is (231,215,60). Sum of RGB (Red+Green+Blue) = 231+215+60=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D73C is #1828C3. Grayscale: #CACACA. Windows color (decimal): -1583300 or 3987431. OLE color: 3987431.
HSL color Cylindrical-coordinate representation of color #E7D73C: hue angle of 54.39º 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 #E7D73C is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 60 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.09 |
| HSL | 54.39º | 0.78% | 0.57% | - |
| HSV(B) | 54.39º | 0.74% | 0.91% | - |
| XYZ | 58.07 | 65.92 | 13.94 | - |
| YUV | 202.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 60 | 0 | 0.07 | 0.74 | 0.09 | 54.39 | 0.78 | 0.57 |
| Hex | E7 | D7 | 3C | 0 | 7 | 4A | 9 | 36 | 4E | 39 |
| Octal | 347 | 327 | 74 | 0 | 7 | 112 | 11 | 66 | 116 | 71 |
| Binary | 11100111 | 11010111 | 111100 | 0 | 111 | 1001010 | 1001 | 110110 | 1001110 | 111001 |
Color Harmonies of #E7D73C
Complementary color
Monochromatic Colors of #E7D73C
Black with #E7D73C
Text Example
Text Example
White with #E7D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D73C; }
p { color: rgb(231,215,60); }
H1.HeaderClassName
{
color: #E7D73C;
}
.AnyTagClassName
{
color: #E7D73C;
}
</style>
background-color css
<style>
a { background-color: #E7D73C; }
a { background-color: rgb(231,215,60); }
div.DivClassName
{
background-color: #E7D73C;
}
.BgClassName
{
background-color: #E7D73C;
}
</style>
border-color css
<style>
span { border-color: #E7D73C; }
span { border-color: rgb(231,215,60); }
td.TdClassName
{
border-color: #E7D73C;
}
.TagClassName
{
border-color: #E7D73C;
}
</style>