Shades of Starship #E5D733
Tints of Starship #E5D733
RGB
CMYK
RGB Variations
Color information
#E5D733 (or 0xE5D733) is known color: Starship. HEX triplet: E5, D7 and 33. RGB value is (229,215,51). Sum of RGB (Red+Green+Blue) = 229+215+51=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D733 is #1A28CC. Grayscale: #C9C9C9. Windows color (decimal): -1714381 or 3397605. OLE color: 3397605.
HSL color Cylindrical-coordinate representation of color #E5D733: hue angle of 55.28º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5D733 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 51 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.10 |
| HSL | 55.28º | 0.77% | 0.55% | - |
| HSV(B) | 55.28º | 0.78% | 0.9% | - |
| XYZ | 57.21 | 65.5 | 12.76 | - |
| YUV | 200.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 51 | 0 | 0.06 | 0.78 | 0.10 | 55.28 | 0.77 | 0.55 |
| Hex | E5 | D7 | 33 | 0 | 6 | 4E | A | 37 | 4D | 37 |
| Octal | 345 | 327 | 63 | 0 | 6 | 116 | 12 | 67 | 115 | 67 |
| Binary | 11100101 | 11010111 | 110011 | 0 | 110 | 1001110 | 1010 | 110111 | 1001101 | 110111 |
Color Harmonies of #E5D733
Complementary color
Monochromatic Colors of #E5D733
Black with #E5D733
Text Example
Text Example
White with #E5D733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D733; }
p { color: rgb(229,215,51); }
H1.HeaderClassName
{
color: #E5D733;
}
.AnyTagClassName
{
color: #E5D733;
}
</style>
background-color css
<style>
a { background-color: #E5D733; }
a { background-color: rgb(229,215,51); }
div.DivClassName
{
background-color: #E5D733;
}
.BgClassName
{
background-color: #E5D733;
}
</style>
border-color css
<style>
span { border-color: #E5D733; }
span { border-color: rgb(229,215,51); }
td.TdClassName
{
border-color: #E5D733;
}
.TagClassName
{
border-color: #E5D733;
}
</style>