Shades of Starship #E5DC39
Tints of Starship #E5DC39
RGB
CMYK
RGB Variations
Color information
#E5DC39 (or 0xE5DC39) is known color: Starship. HEX triplet: E5, DC and 39. RGB value is (229,220,57). Sum of RGB (Red+Green+Blue) = 229+220+57=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 57 (22.66% from 255 or 11.26% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC39 is #1A23C6. Grayscale: #CCCCCC. Windows color (decimal): -1713095 or 3792101. OLE color: 3792101.
HSL color Cylindrical-coordinate representation of color #E5DC39: hue angle of 56.86º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5DC39 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 57 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.10 |
| HSL | 56.86º | 0.77% | 0.56% | - |
| HSV(B) | 56.86º | 0.75% | 0.9% | - |
| XYZ | 58.64 | 68.14 | 13.93 | - |
| YUV | 204.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 57 | 0 | 0.04 | 0.75 | 0.10 | 56.86 | 0.77 | 0.56 |
| Hex | E5 | DC | 39 | 0 | 4 | 4B | A | 39 | 4D | 38 |
| Octal | 345 | 334 | 71 | 0 | 4 | 113 | 12 | 71 | 115 | 70 |
| Binary | 11100101 | 11011100 | 111001 | 0 | 100 | 1001011 | 1010 | 111001 | 1001101 | 111000 |
Color Harmonies of #E5DC39
Complementary color
Monochromatic Colors of #E5DC39
Black with #E5DC39
Text Example
Text Example
White with #E5DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC39; }
p { color: rgb(229,220,57); }
H1.HeaderClassName
{
color: #E5DC39;
}
.AnyTagClassName
{
color: #E5DC39;
}
</style>
background-color css
<style>
a { background-color: #E5DC39; }
a { background-color: rgb(229,220,57); }
div.DivClassName
{
background-color: #E5DC39;
}
.BgClassName
{
background-color: #E5DC39;
}
</style>
border-color css
<style>
span { border-color: #E5DC39; }
span { border-color: rgb(229,220,57); }
td.TdClassName
{
border-color: #E5DC39;
}
.TagClassName
{
border-color: #E5DC39;
}
</style>