Shades of Starship #E5E03D
Tints of Starship #E5E03D
RGB
CMYK
RGB Variations
Color information
#E5E03D (or 0xE5E03D) is known color: Starship. HEX triplet: E5, E0 and 3D. RGB value is (229,224,61). Sum of RGB (Red+Green+Blue) = 229+224+61=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E03D is #1A1FC2. Grayscale: #CFCFCF. Windows color (decimal): -1712067 or 4055269. OLE color: 4055269.
HSL color Cylindrical-coordinate representation of color #E5E03D: hue angle of 58.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5E03D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 61 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.10 |
| HSL | 58.21º | 0.76% | 0.57% | - |
| HSV(B) | 58.21º | 0.73% | 0.9% | - |
| XYZ | 59.81 | 70.31 | 14.83 | - |
| YUV | 206.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 61 | 0 | 0.02 | 0.73 | 0.10 | 58.21 | 0.76 | 0.57 |
| Hex | E5 | E0 | 3D | 0 | 2 | 49 | A | 3A | 4C | 39 |
| Octal | 345 | 340 | 75 | 0 | 2 | 111 | 12 | 72 | 114 | 71 |
| Binary | 11100101 | 11100000 | 111101 | 0 | 10 | 1001001 | 1010 | 111010 | 1001100 | 111001 |
Color Harmonies of #E5E03D
Complementary color
Monochromatic Colors of #E5E03D
Black with #E5E03D
Text Example
Text Example
White with #E5E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E03D; }
p { color: rgb(229,224,61); }
H1.HeaderClassName
{
color: #E5E03D;
}
.AnyTagClassName
{
color: #E5E03D;
}
</style>
background-color css
<style>
a { background-color: #E5E03D; }
a { background-color: rgb(229,224,61); }
div.DivClassName
{
background-color: #E5E03D;
}
.BgClassName
{
background-color: #E5E03D;
}
</style>
border-color css
<style>
span { border-color: #E5E03D; }
span { border-color: rgb(229,224,61); }
td.TdClassName
{
border-color: #E5E03D;
}
.TagClassName
{
border-color: #E5E03D;
}
</style>