Shades of Starship #E5DA39
Tints of Starship #E5DA39
RGB
CMYK
RGB Variations
Color information
#E5DA39 (or 0xE5DA39) is known color: Starship. HEX triplet: E5, DA and 39. RGB value is (229,218,57). Sum of RGB (Red+Green+Blue) = 229+218+57=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA39 is #1A25C6. Grayscale: #CBCBCB. Windows color (decimal): -1713607 or 3791589. OLE color: 3791589.
HSL color Cylindrical-coordinate representation of color #E5DA39: hue angle of 56.16º 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 #E5DA39 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 57 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.10 |
| HSL | 56.16º | 0.77% | 0.56% | - |
| HSV(B) | 56.16º | 0.75% | 0.9% | - |
| XYZ | 58.12 | 67.1 | 13.76 | - |
| YUV | 202.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 57 | 0 | 0.05 | 0.75 | 0.10 | 56.16 | 0.77 | 0.56 |
| Hex | E5 | DA | 39 | 0 | 5 | 4B | A | 38 | 4D | 38 |
| Octal | 345 | 332 | 71 | 0 | 5 | 113 | 12 | 70 | 115 | 70 |
| Binary | 11100101 | 11011010 | 111001 | 0 | 101 | 1001011 | 1010 | 111000 | 1001101 | 111000 |
Color Harmonies of #E5DA39
Complementary color
Monochromatic Colors of #E5DA39
Black with #E5DA39
Text Example
Text Example
White with #E5DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA39; }
p { color: rgb(229,218,57); }
H1.HeaderClassName
{
color: #E5DA39;
}
.AnyTagClassName
{
color: #E5DA39;
}
</style>
background-color css
<style>
a { background-color: #E5DA39; }
a { background-color: rgb(229,218,57); }
div.DivClassName
{
background-color: #E5DA39;
}
.BgClassName
{
background-color: #E5DA39;
}
</style>
border-color css
<style>
span { border-color: #E5DA39; }
span { border-color: rgb(229,218,57); }
td.TdClassName
{
border-color: #E5DA39;
}
.TagClassName
{
border-color: #E5DA39;
}
</style>