Shades of Starship #E5DA40
Tints of Starship #E5DA40
RGB
CMYK
RGB Variations
Color information
#E5DA40 (or 0xE5DA40) is known color: Starship. HEX triplet: E5, DA and 40. RGB value is (229,218,64). Sum of RGB (Red+Green+Blue) = 229+218+64=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA40 is #1A25BF. Grayscale: #CCCCCC. Windows color (decimal): -1713600 or 4250341. OLE color: 4250341.
HSL color Cylindrical-coordinate representation of color #E5DA40: hue angle of 56º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5DA40 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 64 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.10 |
| HSL | 56º | 0.76% | 0.57% | - |
| HSV(B) | 56º | 0.72% | 0.9% | - |
| XYZ | 58.31 | 67.17 | 14.74 | - |
| YUV | 203.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 64 | 0 | 0.05 | 0.72 | 0.10 | 56 | 0.76 | 0.57 |
| Hex | E5 | DA | 40 | 0 | 5 | 48 | A | 38 | 4C | 39 |
| Octal | 345 | 332 | 100 | 0 | 5 | 110 | 12 | 70 | 114 | 71 |
| Binary | 11100101 | 11011010 | 1000000 | 0 | 101 | 1001000 | 1010 | 111000 | 1001100 | 111001 |
Color Harmonies of #E5DA40
Complementary color
Monochromatic Colors of #E5DA40
Black with #E5DA40
Text Example
Text Example
White with #E5DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA40; }
p { color: rgb(229,218,64); }
H1.HeaderClassName
{
color: #E5DA40;
}
.AnyTagClassName
{
color: #E5DA40;
}
</style>
background-color css
<style>
a { background-color: #E5DA40; }
a { background-color: rgb(229,218,64); }
div.DivClassName
{
background-color: #E5DA40;
}
.BgClassName
{
background-color: #E5DA40;
}
</style>
border-color css
<style>
span { border-color: #E5DA40; }
span { border-color: rgb(229,218,64); }
td.TdClassName
{
border-color: #E5DA40;
}
.TagClassName
{
border-color: #E5DA40;
}
</style>