Shades of Starship #E5E246
Tints of Starship #E5E246
RGB
CMYK
RGB Variations
Color information
#E5E246 (or 0xE5E246) is known color: Starship. HEX triplet: E5, E2 and 46. RGB value is (229,226,70). Sum of RGB (Red+Green+Blue) = 229+226+70=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E246 is #1A1DB9. Grayscale: #D1D1D1. Windows color (decimal): -1711546 or 4645605. OLE color: 4645605.
HSL color Cylindrical-coordinate representation of color #E5E246: hue angle of 58.87º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5E246 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 70 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.10 |
| HSL | 58.87º | 0.75% | 0.59% | - |
| HSV(B) | 58.87º | 0.69% | 0.9% | - |
| XYZ | 60.61 | 71.49 | 16.4 | - |
| YUV | 209.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 70 | 0 | 0.01 | 0.69 | 0.10 | 58.87 | 0.75 | 0.59 |
| Hex | E5 | E2 | 46 | 0 | 1 | 45 | A | 3B | 4B | 3B |
| Octal | 345 | 342 | 106 | 0 | 1 | 105 | 12 | 73 | 113 | 73 |
| Binary | 11100101 | 11100010 | 1000110 | 0 | 1 | 1000101 | 1010 | 111011 | 1001011 | 111011 |
Color Harmonies of #E5E246
Complementary color
Monochromatic Colors of #E5E246
Black with #E5E246
Text Example
Text Example
White with #E5E246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E246; }
p { color: rgb(229,226,70); }
H1.HeaderClassName
{
color: #E5E246;
}
.AnyTagClassName
{
color: #E5E246;
}
</style>
background-color css
<style>
a { background-color: #E5E246; }
a { background-color: rgb(229,226,70); }
div.DivClassName
{
background-color: #E5E246;
}
.BgClassName
{
background-color: #E5E246;
}
</style>
border-color css
<style>
span { border-color: #E5E246; }
span { border-color: rgb(229,226,70); }
td.TdClassName
{
border-color: #E5E246;
}
.TagClassName
{
border-color: #E5E246;
}
</style>