Shades of Starship #E9D33C
Tints of Starship #E9D33C
RGB
CMYK
RGB Variations
Color information
#E9D33C (or 0xE9D33C) is known color: Starship. HEX triplet: E9, D3 and 3C. RGB value is (233,211,60). Sum of RGB (Red+Green+Blue) = 233+211+60=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D33C is #162CC3. Grayscale: #C8C8C8. Windows color (decimal): -1453252 or 3986409. OLE color: 3986409.
HSL color Cylindrical-coordinate representation of color #E9D33C: hue angle of 52.37º degrees, saturation: 0.8, 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 #E9D33C is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 60 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.09 |
| HSL | 52.37º | 0.8% | 0.57% | - |
| HSV(B) | 52.37º | 0.74% | 0.91% | - |
| XYZ | 57.71 | 64.24 | 13.63 | - |
| YUV | 200.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 60 | 0 | 0.09 | 0.74 | 0.09 | 52.37 | 0.8 | 0.57 |
| Hex | E9 | D3 | 3C | 0 | 9 | 4A | 9 | 34 | 50 | 39 |
| Octal | 351 | 323 | 74 | 0 | 11 | 112 | 11 | 64 | 120 | 71 |
| Binary | 11101001 | 11010011 | 111100 | 0 | 1001 | 1001010 | 1001 | 110100 | 1010000 | 111001 |
Color Harmonies of #E9D33C
Complementary color
Monochromatic Colors of #E9D33C
Black with #E9D33C
Text Example
Text Example
White with #E9D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D33C; }
p { color: rgb(233,211,60); }
H1.HeaderClassName
{
color: #E9D33C;
}
.AnyTagClassName
{
color: #E9D33C;
}
</style>
background-color css
<style>
a { background-color: #E9D33C; }
a { background-color: rgb(233,211,60); }
div.DivClassName
{
background-color: #E9D33C;
}
.BgClassName
{
background-color: #E9D33C;
}
</style>
border-color css
<style>
span { border-color: #E9D33C; }
span { border-color: rgb(233,211,60); }
td.TdClassName
{
border-color: #E9D33C;
}
.TagClassName
{
border-color: #E9D33C;
}
</style>