Shades of Starship #E2E03A
Tints of Starship #E2E03A
RGB
CMYK
RGB Variations
Color information
#E2E03A (or 0xE2E03A) is known color: Starship. HEX triplet: E2, E0 and 3A. RGB value is (226,224,58). Sum of RGB (Red+Green+Blue) = 226+224+58=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E03A is #1D1FC5. Grayscale: #CECECE. Windows color (decimal): -1908678 or 3858658. OLE color: 3858658.
HSL color Cylindrical-coordinate representation of color #E2E03A: hue angle of 59.29º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2E03A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.11 |
| HSL | 59.29º | 0.74% | 0.56% | - |
| HSV(B) | 59.29º | 0.74% | 0.89% | - |
| XYZ | 58.78 | 69.79 | 14.37 | - |
| YUV | 205.67 | 44.66 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 58 | 0 | 0.01 | 0.74 | 0.11 | 59.29 | 0.74 | 0.56 |
| Hex | E2 | E0 | 3A | 0 | 1 | 4A | B | 3B | 4A | 38 |
| Octal | 342 | 340 | 72 | 0 | 1 | 112 | 13 | 73 | 112 | 70 |
| Binary | 11100010 | 11100000 | 111010 | 0 | 1 | 1001010 | 1011 | 111011 | 1001010 | 111000 |
Color Harmonies of #E2E03A
Complementary color
Monochromatic Colors of #E2E03A
Black with #E2E03A
Text Example
Text Example
White with #E2E03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E03A; }
p { color: rgb(226,224,58); }
H1.HeaderClassName
{
color: #E2E03A;
}
.AnyTagClassName
{
color: #E2E03A;
}
</style>
background-color css
<style>
a { background-color: #E2E03A; }
a { background-color: rgb(226,224,58); }
div.DivClassName
{
background-color: #E2E03A;
}
.BgClassName
{
background-color: #E2E03A;
}
</style>
border-color css
<style>
span { border-color: #E2E03A; }
span { border-color: rgb(226,224,58); }
td.TdClassName
{
border-color: #E2E03A;
}
.TagClassName
{
border-color: #E2E03A;
}
</style>