Shades of Starship #E5DA41
Tints of Starship #E5DA41
RGB
CMYK
RGB Variations
Color information
#E5DA41 (or 0xE5DA41) is known color: Starship. HEX triplet: E5, DA and 41. RGB value is (229,218,65). Sum of RGB (Red+Green+Blue) = 229+218+65=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA41 is #1A25BE. Grayscale: #CCCCCC. Windows color (decimal): -1713599 or 4315877. OLE color: 4315877.
HSL color Cylindrical-coordinate representation of color #E5DA41: hue angle of 55.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5DA41 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 65 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.10 |
| HSL | 55.98º | 0.76% | 0.58% | - |
| HSV(B) | 55.98º | 0.72% | 0.9% | - |
| XYZ | 58.34 | 67.18 | 14.89 | - |
| YUV | 203.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 65 | 0 | 0.05 | 0.72 | 0.10 | 55.98 | 0.76 | 0.58 |
| Hex | E5 | DA | 41 | 0 | 5 | 48 | A | 38 | 4C | 3A |
| Octal | 345 | 332 | 101 | 0 | 5 | 110 | 12 | 70 | 114 | 72 |
| Binary | 11100101 | 11011010 | 1000001 | 0 | 101 | 1001000 | 1010 | 111000 | 1001100 | 111010 |
Color Harmonies of #E5DA41
Complementary color
Monochromatic Colors of #E5DA41
Black with #E5DA41
Text Example
Text Example
White with #E5DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA41; }
p { color: rgb(229,218,65); }
H1.HeaderClassName
{
color: #E5DA41;
}
.AnyTagClassName
{
color: #E5DA41;
}
</style>
background-color css
<style>
a { background-color: #E5DA41; }
a { background-color: rgb(229,218,65); }
div.DivClassName
{
background-color: #E5DA41;
}
.BgClassName
{
background-color: #E5DA41;
}
</style>
border-color css
<style>
span { border-color: #E5DA41; }
span { border-color: rgb(229,218,65); }
td.TdClassName
{
border-color: #E5DA41;
}
.TagClassName
{
border-color: #E5DA41;
}
</style>