Shades of Starship #E5DA45
Tints of Starship #E5DA45
RGB
CMYK
RGB Variations
Color information
#E5DA45 (or 0xE5DA45) is known color: Starship. HEX triplet: E5, DA and 45. RGB value is (229,218,69). Sum of RGB (Red+Green+Blue) = 229+218+69=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA45 is #1A25BA. Grayscale: #CCCCCC. Windows color (decimal): -1713595 or 4578021. OLE color: 4578021.
HSL color Cylindrical-coordinate representation of color #E5DA45: hue angle of 55.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5DA45 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 69 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.10 |
| HSL | 55.88º | 0.75% | 0.58% | - |
| HSV(B) | 55.88º | 0.7% | 0.9% | - |
| XYZ | 58.46 | 67.23 | 15.53 | - |
| YUV | 204.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 69 | 0 | 0.05 | 0.70 | 0.10 | 55.88 | 0.75 | 0.58 |
| Hex | E5 | DA | 45 | 0 | 5 | 46 | A | 38 | 4B | 3A |
| Octal | 345 | 332 | 105 | 0 | 5 | 106 | 12 | 70 | 113 | 72 |
| Binary | 11100101 | 11011010 | 1000101 | 0 | 101 | 1000110 | 1010 | 111000 | 1001011 | 111010 |
Color Harmonies of #E5DA45
Complementary color
Monochromatic Colors of #E5DA45
Black with #E5DA45
Text Example
Text Example
White with #E5DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA45; }
p { color: rgb(229,218,69); }
H1.HeaderClassName
{
color: #E5DA45;
}
.AnyTagClassName
{
color: #E5DA45;
}
</style>
background-color css
<style>
a { background-color: #E5DA45; }
a { background-color: rgb(229,218,69); }
div.DivClassName
{
background-color: #E5DA45;
}
.BgClassName
{
background-color: #E5DA45;
}
</style>
border-color css
<style>
span { border-color: #E5DA45; }
span { border-color: rgb(229,218,69); }
td.TdClassName
{
border-color: #E5DA45;
}
.TagClassName
{
border-color: #E5DA45;
}
</style>