Shades of Starship #E0E348
Tints of Starship #E0E348
RGB
CMYK
RGB Variations
Color information
#E0E348 (or 0xE0E348) is known color: Starship. HEX triplet: E0, E3 and 48. RGB value is (224,227,72). Sum of RGB (Red+Green+Blue) = 224+227+72=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E348 is #1F1CB7. Grayscale: #D1D1D1. Windows color (decimal): -2038968 or 4776928. OLE color: 4776928.
HSL color Cylindrical-coordinate representation of color #E0E348: hue angle of 61.16º degrees, saturation: 0.73, 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 #E0E348 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 72 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.11 |
| HSL | 61.16º | 0.73% | 0.59% | - |
| HSV(B) | 61.16º | 0.68% | 0.89% | - |
| XYZ | 59.38 | 71.25 | 16.75 | - |
| YUV | 208.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 72 | 0.01 | 0 | 0.68 | 0.11 | 61.16 | 0.73 | 0.59 |
| Hex | E0 | E3 | 48 | 1 | 0 | 44 | B | 3D | 49 | 3B |
| Octal | 340 | 343 | 110 | 1 | 0 | 104 | 13 | 75 | 111 | 73 |
| Binary | 11100000 | 11100011 | 1001000 | 1 | 0 | 1000100 | 1011 | 111101 | 1001001 | 111011 |
Color Harmonies of #E0E348
Complementary color
Monochromatic Colors of #E0E348
Black with #E0E348
Text Example
Text Example
White with #E0E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E348; }
p { color: rgb(224,227,72); }
H1.HeaderClassName
{
color: #E0E348;
}
.AnyTagClassName
{
color: #E0E348;
}
</style>
background-color css
<style>
a { background-color: #E0E348; }
a { background-color: rgb(224,227,72); }
div.DivClassName
{
background-color: #E0E348;
}
.BgClassName
{
background-color: #E0E348;
}
</style>
border-color css
<style>
span { border-color: #E0E348; }
span { border-color: rgb(224,227,72); }
td.TdClassName
{
border-color: #E0E348;
}
.TagClassName
{
border-color: #E0E348;
}
</style>