Shades of Starship #E2E03F
Tints of Starship #E2E03F
RGB
CMYK
RGB Variations
Color information
#E2E03F (or 0xE2E03F) is known color: Starship. HEX triplet: E2, E0 and 3F. RGB value is (226,224,63). Sum of RGB (Red+Green+Blue) = 226+224+63=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E03F is #1D1FC0. Grayscale: #CECECE. Windows color (decimal): -1908673 or 4186338. OLE color: 4186338.
HSL color Cylindrical-coordinate representation of color #E2E03F: hue angle of 59.26º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2E03F is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 63 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.11 |
| HSL | 59.26º | 0.74% | 0.57% | - |
| HSV(B) | 59.26º | 0.72% | 0.89% | - |
| XYZ | 58.92 | 69.84 | 15.08 | - |
| YUV | 206.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 63 | 0 | 0.01 | 0.72 | 0.11 | 59.26 | 0.74 | 0.57 |
| Hex | E2 | E0 | 3F | 0 | 1 | 48 | B | 3B | 4A | 39 |
| Octal | 342 | 340 | 77 | 0 | 1 | 110 | 13 | 73 | 112 | 71 |
| Binary | 11100010 | 11100000 | 111111 | 0 | 1 | 1001000 | 1011 | 111011 | 1001010 | 111001 |
Color Harmonies of #E2E03F
Complementary color
Monochromatic Colors of #E2E03F
Black with #E2E03F
Text Example
Text Example
White with #E2E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E03F; }
p { color: rgb(226,224,63); }
H1.HeaderClassName
{
color: #E2E03F;
}
.AnyTagClassName
{
color: #E2E03F;
}
</style>
background-color css
<style>
a { background-color: #E2E03F; }
a { background-color: rgb(226,224,63); }
div.DivClassName
{
background-color: #E2E03F;
}
.BgClassName
{
background-color: #E2E03F;
}
</style>
border-color css
<style>
span { border-color: #E2E03F; }
span { border-color: rgb(226,224,63); }
td.TdClassName
{
border-color: #E2E03F;
}
.TagClassName
{
border-color: #E2E03F;
}
</style>