Shades of Starship #E5DC36
Tints of Starship #E5DC36
RGB
CMYK
RGB Variations
Color information
#E5DC36 (or 0xE5DC36) is known color: Starship. HEX triplet: E5, DC and 36. RGB value is (229,220,54). Sum of RGB (Red+Green+Blue) = 229+220+54=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC36 is #1A23C9. Grayscale: #CCCCCC. Windows color (decimal): -1713098 or 3595493. OLE color: 3595493.
HSL color Cylindrical-coordinate representation of color #E5DC36: hue angle of 56.91º 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 #E5DC36 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 54 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.10 |
| HSL | 56.91º | 0.77% | 0.55% | - |
| HSV(B) | 56.91º | 0.76% | 0.9% | - |
| XYZ | 58.57 | 68.11 | 13.55 | - |
| YUV | 203.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 54 | 0 | 0.04 | 0.76 | 0.10 | 56.91 | 0.77 | 0.55 |
| Hex | E5 | DC | 36 | 0 | 4 | 4C | A | 39 | 4D | 37 |
| Octal | 345 | 334 | 66 | 0 | 4 | 114 | 12 | 71 | 115 | 67 |
| Binary | 11100101 | 11011100 | 110110 | 0 | 100 | 1001100 | 1010 | 111001 | 1001101 | 110111 |
Color Harmonies of #E5DC36
Complementary color
Monochromatic Colors of #E5DC36
Black with #E5DC36
Text Example
Text Example
White with #E5DC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC36; }
p { color: rgb(229,220,54); }
H1.HeaderClassName
{
color: #E5DC36;
}
.AnyTagClassName
{
color: #E5DC36;
}
</style>
background-color css
<style>
a { background-color: #E5DC36; }
a { background-color: rgb(229,220,54); }
div.DivClassName
{
background-color: #E5DC36;
}
.BgClassName
{
background-color: #E5DC36;
}
</style>
border-color css
<style>
span { border-color: #E5DC36; }
span { border-color: rgb(229,220,54); }
td.TdClassName
{
border-color: #E5DC36;
}
.TagClassName
{
border-color: #E5DC36;
}
</style>