Shades of Starship #E2E434
Tints of Starship #E2E434
RGB
CMYK
RGB Variations
Color information
#E2E434 (or 0xE2E434) is known color: Starship. HEX triplet: E2, E4 and 34. RGB value is (226,228,52). Sum of RGB (Red+Green+Blue) = 226+228+52=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E434 is #1D1BCB. Grayscale: #D0D0D0. Windows color (decimal): -1907660 or 3466466. OLE color: 3466466.
HSL color Cylindrical-coordinate representation of color #E2E434: hue angle of 60.68º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2E434 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 52 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.11 |
| HSL | 60.68º | 0.77% | 0.55% | - |
| HSV(B) | 60.68º | 0.77% | 0.89% | - |
| XYZ | 59.73 | 71.9 | 13.98 | - |
| YUV | 207.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 52 | 0.01 | 0 | 0.77 | 0.11 | 60.68 | 0.77 | 0.55 |
| Hex | E2 | E4 | 34 | 1 | 0 | 4D | B | 3D | 4D | 37 |
| Octal | 342 | 344 | 64 | 1 | 0 | 115 | 13 | 75 | 115 | 67 |
| Binary | 11100010 | 11100100 | 110100 | 1 | 0 | 1001101 | 1011 | 111101 | 1001101 | 110111 |
Color Harmonies of #E2E434
Complementary color
Monochromatic Colors of #E2E434
Black with #E2E434
Text Example
Text Example
White with #E2E434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E434; }
p { color: rgb(226,228,52); }
H1.HeaderClassName
{
color: #E2E434;
}
.AnyTagClassName
{
color: #E2E434;
}
</style>
background-color css
<style>
a { background-color: #E2E434; }
a { background-color: rgb(226,228,52); }
div.DivClassName
{
background-color: #E2E434;
}
.BgClassName
{
background-color: #E2E434;
}
</style>
border-color css
<style>
span { border-color: #E2E434; }
span { border-color: rgb(226,228,52); }
td.TdClassName
{
border-color: #E2E434;
}
.TagClassName
{
border-color: #E2E434;
}
</style>