Shades of Starship #E5DE3A
Tints of Starship #E5DE3A
RGB
CMYK
RGB Variations
Color information
#E5DE3A (or 0xE5DE3A) is known color: Starship. HEX triplet: E5, DE and 3A. RGB value is (229,222,58). Sum of RGB (Red+Green+Blue) = 229+222+58=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DE3A is #1A21C5. Grayscale: #CECECE. Windows color (decimal): -1712582 or 3858149. OLE color: 3858149.
HSL color Cylindrical-coordinate representation of color #E5DE3A: hue angle of 57.54º 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 #E5DE3A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 58 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.10 |
| HSL | 57.54º | 0.77% | 0.56% | - |
| HSV(B) | 57.54º | 0.75% | 0.9% | - |
| XYZ | 59.2 | 69.21 | 14.24 | - |
| YUV | 205.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 58 | 0 | 0.03 | 0.75 | 0.10 | 57.54 | 0.77 | 0.56 |
| Hex | E5 | DE | 3A | 0 | 3 | 4B | A | 3A | 4D | 38 |
| Octal | 345 | 336 | 72 | 0 | 3 | 113 | 12 | 72 | 115 | 70 |
| Binary | 11100101 | 11011110 | 111010 | 0 | 11 | 1001011 | 1010 | 111010 | 1001101 | 111000 |
Color Harmonies of #E5DE3A
Complementary color
Monochromatic Colors of #E5DE3A
Black with #E5DE3A
Text Example
Text Example
White with #E5DE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DE3A; }
p { color: rgb(229,222,58); }
H1.HeaderClassName
{
color: #E5DE3A;
}
.AnyTagClassName
{
color: #E5DE3A;
}
</style>
background-color css
<style>
a { background-color: #E5DE3A; }
a { background-color: rgb(229,222,58); }
div.DivClassName
{
background-color: #E5DE3A;
}
.BgClassName
{
background-color: #E5DE3A;
}
</style>
border-color css
<style>
span { border-color: #E5DE3A; }
span { border-color: rgb(229,222,58); }
td.TdClassName
{
border-color: #E5DE3A;
}
.TagClassName
{
border-color: #E5DE3A;
}
</style>