Shades of Starship #E7D63D
Tints of Starship #E7D63D
RGB
CMYK
RGB Variations
Color information
#E7D63D (or 0xE7D63D) is known color: Starship. HEX triplet: E7, D6 and 3D. RGB value is (231,214,61). Sum of RGB (Red+Green+Blue) = 231+214+61=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D63D is #1829C2. Grayscale: #CACACA. Windows color (decimal): -1583555 or 4052711. OLE color: 4052711.
HSL color Cylindrical-coordinate representation of color #E7D63D: hue angle of 54º 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 #E7D63D is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 61 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.09 |
| HSL | 54º | 0.78% | 0.57% | - |
| HSV(B) | 54º | 0.74% | 0.91% | - |
| XYZ | 57.84 | 65.42 | 13.99 | - |
| YUV | 201.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 61 | 0 | 0.07 | 0.74 | 0.09 | 54 | 0.78 | 0.57 |
| Hex | E7 | D6 | 3D | 0 | 7 | 4A | 9 | 36 | 4E | 39 |
| Octal | 347 | 326 | 75 | 0 | 7 | 112 | 11 | 66 | 116 | 71 |
| Binary | 11100111 | 11010110 | 111101 | 0 | 111 | 1001010 | 1001 | 110110 | 1001110 | 111001 |
Color Harmonies of #E7D63D
Complementary color
Monochromatic Colors of #E7D63D
Black with #E7D63D
Text Example
Text Example
White with #E7D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D63D; }
p { color: rgb(231,214,61); }
H1.HeaderClassName
{
color: #E7D63D;
}
.AnyTagClassName
{
color: #E7D63D;
}
</style>
background-color css
<style>
a { background-color: #E7D63D; }
a { background-color: rgb(231,214,61); }
div.DivClassName
{
background-color: #E7D63D;
}
.BgClassName
{
background-color: #E7D63D;
}
</style>
border-color css
<style>
span { border-color: #E7D63D; }
span { border-color: rgb(231,214,61); }
td.TdClassName
{
border-color: #E7D63D;
}
.TagClassName
{
border-color: #E7D63D;
}
</style>