Shades of Starship #E5D236
Tints of Starship #E5D236
RGB
CMYK
RGB Variations
Color information
#E5D236 (or 0xE5D236) is known color: Starship. HEX triplet: E5, D2 and 36. RGB value is (229,210,54). Sum of RGB (Red+Green+Blue) = 229+210+54=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D236 is #1A2DC9. Grayscale: #C6C6C6. Windows color (decimal): -1715658 or 3592933. OLE color: 3592933.
HSL color Cylindrical-coordinate representation of color #E5D236: hue angle of 53.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5D236 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 54 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.10 |
| HSL | 53.49º | 0.77% | 0.55% | - |
| HSV(B) | 53.49º | 0.76% | 0.9% | - |
| XYZ | 56.03 | 63.02 | 12.7 | - |
| YUV | 197.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 54 | 0 | 0.08 | 0.76 | 0.10 | 53.49 | 0.77 | 0.55 |
| Hex | E5 | D2 | 36 | 0 | 8 | 4C | A | 35 | 4D | 37 |
| Octal | 345 | 322 | 66 | 0 | 10 | 114 | 12 | 65 | 115 | 67 |
| Binary | 11100101 | 11010010 | 110110 | 0 | 1000 | 1001100 | 1010 | 110101 | 1001101 | 110111 |
Color Harmonies of #E5D236
Complementary color
Monochromatic Colors of #E5D236
Black with #E5D236
Text Example
Text Example
White with #E5D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D236; }
p { color: rgb(229,210,54); }
H1.HeaderClassName
{
color: #E5D236;
}
.AnyTagClassName
{
color: #E5D236;
}
</style>
background-color css
<style>
a { background-color: #E5D236; }
a { background-color: rgb(229,210,54); }
div.DivClassName
{
background-color: #E5D236;
}
.BgClassName
{
background-color: #E5D236;
}
</style>
border-color css
<style>
span { border-color: #E5D236; }
span { border-color: rgb(229,210,54); }
td.TdClassName
{
border-color: #E5D236;
}
.TagClassName
{
border-color: #E5D236;
}
</style>