Shades of Starship #E5D33D
Tints of Starship #E5D33D
RGB
CMYK
RGB Variations
Color information
#E5D33D (or 0xE5D33D) is known color: Starship. HEX triplet: E5, D3 and 3D. RGB value is (229,211,61). Sum of RGB (Red+Green+Blue) = 229+211+61=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D33D is #1A2CC2. Grayscale: #C7C7C7. Windows color (decimal): -1715395 or 4051941. OLE color: 4051941.
HSL color Cylindrical-coordinate representation of color #E5D33D: hue angle of 53.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5D33D is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 61 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.10 |
| HSL | 53.57º | 0.76% | 0.57% | - |
| HSV(B) | 53.57º | 0.73% | 0.9% | - |
| XYZ | 56.45 | 63.58 | 13.71 | - |
| YUV | 199.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 61 | 0 | 0.08 | 0.73 | 0.10 | 53.57 | 0.76 | 0.57 |
| Hex | E5 | D3 | 3D | 0 | 8 | 49 | A | 36 | 4C | 39 |
| Octal | 345 | 323 | 75 | 0 | 10 | 111 | 12 | 66 | 114 | 71 |
| Binary | 11100101 | 11010011 | 111101 | 0 | 1000 | 1001001 | 1010 | 110110 | 1001100 | 111001 |
Color Harmonies of #E5D33D
Complementary color
Monochromatic Colors of #E5D33D
Black with #E5D33D
Text Example
Text Example
White with #E5D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D33D; }
p { color: rgb(229,211,61); }
H1.HeaderClassName
{
color: #E5D33D;
}
.AnyTagClassName
{
color: #E5D33D;
}
</style>
background-color css
<style>
a { background-color: #E5D33D; }
a { background-color: rgb(229,211,61); }
div.DivClassName
{
background-color: #E5D33D;
}
.BgClassName
{
background-color: #E5D33D;
}
</style>
border-color css
<style>
span { border-color: #E5D33D; }
span { border-color: rgb(229,211,61); }
td.TdClassName
{
border-color: #E5D33D;
}
.TagClassName
{
border-color: #E5D33D;
}
</style>