Shades of Starship #E9D63D
Tints of Starship #E9D63D
RGB
CMYK
RGB Variations
Color information
#E9D63D (or 0xE9D63D) is known color: Starship. HEX triplet: E9, D6 and 3D. RGB value is (233,214,61). Sum of RGB (Red+Green+Blue) = 233+214+61=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D63D is #1629C2. Grayscale: #CACACA. Windows color (decimal): -1452483 or 4052713. OLE color: 4052713.
HSL color Cylindrical-coordinate representation of color #E9D63D: hue angle of 53.37º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9D63D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 61 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.09 |
| HSL | 53.37º | 0.8% | 0.58% | - |
| HSV(B) | 53.37º | 0.74% | 0.91% | - |
| XYZ | 58.49 | 65.75 | 14.02 | - |
| YUV | 202.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 61 | 0 | 0.08 | 0.74 | 0.09 | 53.37 | 0.8 | 0.58 |
| Hex | E9 | D6 | 3D | 0 | 8 | 4A | 9 | 35 | 50 | 3A |
| Octal | 351 | 326 | 75 | 0 | 10 | 112 | 11 | 65 | 120 | 72 |
| Binary | 11101001 | 11010110 | 111101 | 0 | 1000 | 1001010 | 1001 | 110101 | 1010000 | 111010 |
Color Harmonies of #E9D63D
Complementary color
Monochromatic Colors of #E9D63D
Black with #E9D63D
Text Example
Text Example
White with #E9D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D63D; }
p { color: rgb(233,214,61); }
H1.HeaderClassName
{
color: #E9D63D;
}
.AnyTagClassName
{
color: #E9D63D;
}
</style>
background-color css
<style>
a { background-color: #E9D63D; }
a { background-color: rgb(233,214,61); }
div.DivClassName
{
background-color: #E9D63D;
}
.BgClassName
{
background-color: #E9D63D;
}
</style>
border-color css
<style>
span { border-color: #E9D63D; }
span { border-color: rgb(233,214,61); }
td.TdClassName
{
border-color: #E9D63D;
}
.TagClassName
{
border-color: #E9D63D;
}
</style>