Shades of Starship #E2EA3D
Tints of Starship #E2EA3D
RGB
CMYK
RGB Variations
Color information
#E2EA3D (or 0xE2EA3D) is known color: Starship. HEX triplet: E2, EA and 3D. RGB value is (226,234,61). Sum of RGB (Red+Green+Blue) = 226+234+61=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA3D is #1D15C2. Grayscale: #D4D4D4. Windows color (decimal): -1906115 or 4057826. OLE color: 4057826.
HSL color Cylindrical-coordinate representation of color #E2EA3D: hue angle of 62.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2EA3D is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 61 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.08 |
| HSL | 62.77º | 0.8% | 0.58% | - |
| HSV(B) | 62.77º | 0.74% | 0.92% | - |
| XYZ | 61.63 | 75.35 | 15.71 | - |
| YUV | 211.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 61 | 0.03 | 0 | 0.74 | 0.08 | 62.77 | 0.8 | 0.58 |
| Hex | E2 | EA | 3D | 3 | 0 | 4A | 8 | 3F | 50 | 3A |
| Octal | 342 | 352 | 75 | 3 | 0 | 112 | 10 | 77 | 120 | 72 |
| Binary | 11100010 | 11101010 | 111101 | 11 | 0 | 1001010 | 1000 | 111111 | 1010000 | 111010 |
Color Harmonies of #E2EA3D
Complementary color
Monochromatic Colors of #E2EA3D
Black with #E2EA3D
Text Example
Text Example
White with #E2EA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA3D; }
p { color: rgb(226,234,61); }
H1.HeaderClassName
{
color: #E2EA3D;
}
.AnyTagClassName
{
color: #E2EA3D;
}
</style>
background-color css
<style>
a { background-color: #E2EA3D; }
a { background-color: rgb(226,234,61); }
div.DivClassName
{
background-color: #E2EA3D;
}
.BgClassName
{
background-color: #E2EA3D;
}
</style>
border-color css
<style>
span { border-color: #E2EA3D; }
span { border-color: rgb(226,234,61); }
td.TdClassName
{
border-color: #E2EA3D;
}
.TagClassName
{
border-color: #E2EA3D;
}
</style>