Shades of Starship #E7DA3C
Tints of Starship #E7DA3C
RGB
CMYK
RGB Variations
Color information
#E7DA3C (or 0xE7DA3C) is known color: Starship. HEX triplet: E7, DA and 3C. RGB value is (231,218,60). Sum of RGB (Red+Green+Blue) = 231+218+60=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DA3C is #1825C3. Grayscale: #CCCCCC. Windows color (decimal): -1582532 or 3988199. OLE color: 3988199.
HSL color Cylindrical-coordinate representation of color #E7DA3C: hue angle of 55.44º 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 #E7DA3C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 60 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.09 |
| HSL | 55.44º | 0.78% | 0.57% | - |
| HSV(B) | 55.44º | 0.74% | 0.91% | - |
| XYZ | 58.84 | 67.46 | 14.19 | - |
| YUV | 203.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 60 | 0 | 0.06 | 0.74 | 0.09 | 55.44 | 0.78 | 0.57 |
| Hex | E7 | DA | 3C | 0 | 6 | 4A | 9 | 37 | 4E | 39 |
| Octal | 347 | 332 | 74 | 0 | 6 | 112 | 11 | 67 | 116 | 71 |
| Binary | 11100111 | 11011010 | 111100 | 0 | 110 | 1001010 | 1001 | 110111 | 1001110 | 111001 |
Color Harmonies of #E7DA3C
Complementary color
Monochromatic Colors of #E7DA3C
Black with #E7DA3C
Text Example
Text Example
White with #E7DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA3C; }
p { color: rgb(231,218,60); }
H1.HeaderClassName
{
color: #E7DA3C;
}
.AnyTagClassName
{
color: #E7DA3C;
}
</style>
background-color css
<style>
a { background-color: #E7DA3C; }
a { background-color: rgb(231,218,60); }
div.DivClassName
{
background-color: #E7DA3C;
}
.BgClassName
{
background-color: #E7DA3C;
}
</style>
border-color css
<style>
span { border-color: #E7DA3C; }
span { border-color: rgb(231,218,60); }
td.TdClassName
{
border-color: #E7DA3C;
}
.TagClassName
{
border-color: #E7DA3C;
}
</style>