Shades of Starship #E5EC48
Tints of Starship #E5EC48
RGB
CMYK
RGB Variations
Color information
#E5EC48 (or 0xE5EC48) is known color: Starship. HEX triplet: E5, EC and 48. RGB value is (229,236,72). Sum of RGB (Red+Green+Blue) = 229+236+72=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #E5EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EC48 is #1A13B7. Grayscale: #D7D7D7. Windows color (decimal): -1708984 or 4779237. OLE color: 4779237.
HSL color Cylindrical-coordinate representation of color #E5EC48: hue angle of 62.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5EC48 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 72 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.07 |
| HSL | 62.56º | 0.81% | 0.6% | - |
| HSV(B) | 62.56º | 0.69% | 0.93% | - |
| XYZ | 63.48 | 77.12 | 17.67 | - |
| YUV | 215.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 72 | 0.03 | 0 | 0.69 | 0.07 | 62.56 | 0.81 | 0.6 |
| Hex | E5 | EC | 48 | 3 | 0 | 45 | 7 | 3F | 51 | 3C |
| Octal | 345 | 354 | 110 | 3 | 0 | 105 | 7 | 77 | 121 | 74 |
| Binary | 11100101 | 11101100 | 1001000 | 11 | 0 | 1000101 | 111 | 111111 | 1010001 | 111100 |
Color Harmonies of #E5EC48
Complementary color
Monochromatic Colors of #E5EC48
Black with #E5EC48
Text Example
Text Example
White with #E5EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EC48; }
p { color: rgb(229,236,72); }
H1.HeaderClassName
{
color: #E5EC48;
}
.AnyTagClassName
{
color: #E5EC48;
}
</style>
background-color css
<style>
a { background-color: #E5EC48; }
a { background-color: rgb(229,236,72); }
div.DivClassName
{
background-color: #E5EC48;
}
.BgClassName
{
background-color: #E5EC48;
}
</style>
border-color css
<style>
span { border-color: #E5EC48; }
span { border-color: rgb(229,236,72); }
td.TdClassName
{
border-color: #E5EC48;
}
.TagClassName
{
border-color: #E5EC48;
}
</style>