Shades of Starship #E5D33C
Tints of Starship #E5D33C
RGB
CMYK
RGB Variations
Color information
#E5D33C (or 0xE5D33C) is known color: Starship. HEX triplet: E5, D3 and 3C. RGB value is (229,211,60). Sum of RGB (Red+Green+Blue) = 229+211+60=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D33C is #1A2CC3. Grayscale: #C7C7C7. Windows color (decimal): -1715396 or 3986405. OLE color: 3986405.
HSL color Cylindrical-coordinate representation of color #E5D33C: hue angle of 53.61º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5D33C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 60 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.10 |
| HSL | 53.61º | 0.76% | 0.57% | - |
| HSV(B) | 53.61º | 0.74% | 0.9% | - |
| XYZ | 56.42 | 63.57 | 13.57 | - |
| YUV | 199.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 60 | 0 | 0.08 | 0.74 | 0.10 | 53.61 | 0.76 | 0.57 |
| Hex | E5 | D3 | 3C | 0 | 8 | 4A | A | 36 | 4C | 39 |
| Octal | 345 | 323 | 74 | 0 | 10 | 112 | 12 | 66 | 114 | 71 |
| Binary | 11100101 | 11010011 | 111100 | 0 | 1000 | 1001010 | 1010 | 110110 | 1001100 | 111001 |
Color Harmonies of #E5D33C
Complementary color
Monochromatic Colors of #E5D33C
Black with #E5D33C
Text Example
Text Example
White with #E5D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D33C; }
p { color: rgb(229,211,60); }
H1.HeaderClassName
{
color: #E5D33C;
}
.AnyTagClassName
{
color: #E5D33C;
}
</style>
background-color css
<style>
a { background-color: #E5D33C; }
a { background-color: rgb(229,211,60); }
div.DivClassName
{
background-color: #E5D33C;
}
.BgClassName
{
background-color: #E5D33C;
}
</style>
border-color css
<style>
span { border-color: #E5D33C; }
span { border-color: rgb(229,211,60); }
td.TdClassName
{
border-color: #E5D33C;
}
.TagClassName
{
border-color: #E5D33C;
}
</style>