Shades of Starship #E1E448
Tints of Starship #E1E448
RGB
CMYK
RGB Variations
Color information
#E1E448 (or 0xE1E448) is known color: Starship. HEX triplet: E1, E4 and 48. RGB value is (225,228,72). Sum of RGB (Red+Green+Blue) = 225+228+72=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E448 is #1E1BB7. Grayscale: #D1D1D1. Windows color (decimal): -1973176 or 4777185. OLE color: 4777185.
HSL color Cylindrical-coordinate representation of color #E1E448: hue angle of 61.15º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1E448 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 72 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.11 |
| HSL | 61.15º | 0.74% | 0.59% | - |
| HSV(B) | 61.15º | 0.68% | 0.89% | - |
| XYZ | 59.96 | 71.96 | 16.86 | - |
| YUV | 209.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 72 | 0.01 | 0 | 0.68 | 0.11 | 61.15 | 0.74 | 0.59 |
| Hex | E1 | E4 | 48 | 1 | 0 | 44 | B | 3D | 4A | 3B |
| Octal | 341 | 344 | 110 | 1 | 0 | 104 | 13 | 75 | 112 | 73 |
| Binary | 11100001 | 11100100 | 1001000 | 1 | 0 | 1000100 | 1011 | 111101 | 1001010 | 111011 |
Color Harmonies of #E1E448
Complementary color
Monochromatic Colors of #E1E448
Black with #E1E448
Text Example
Text Example
White with #E1E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E448; }
p { color: rgb(225,228,72); }
H1.HeaderClassName
{
color: #E1E448;
}
.AnyTagClassName
{
color: #E1E448;
}
</style>
background-color css
<style>
a { background-color: #E1E448; }
a { background-color: rgb(225,228,72); }
div.DivClassName
{
background-color: #E1E448;
}
.BgClassName
{
background-color: #E1E448;
}
</style>
border-color css
<style>
span { border-color: #E1E448; }
span { border-color: rgb(225,228,72); }
td.TdClassName
{
border-color: #E1E448;
}
.TagClassName
{
border-color: #E1E448;
}
</style>