#E2EA40

Color #E2EA40 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E2EA40

Tints of Starship #E2EA40

Color information

#E2EA40 (or 0xE2EA40) is unknown color: approx Starship. HEX triplet: E2, EA and 40. RGB value is (226,234,64). Sum of RGB (Red+Green+Blue) = 226+234+64=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA40 is #1D15BF. Grayscale: #D4D4D4. Windows color (decimal): -1906112 or 4254434. OLE color: 4254434.

HSL color Cylindrical-coordinate representation of color #E2EA40: hue angle of 62.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2EA40 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB22623464-
CMYK0.0300.730.08
HSL62.82º80.19%58.43%-
HSV(B)62.82º72.65%91.76%-
XYZ61.7175.3816.15-
YUV212.2344.35137.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 64 (25.39% from 255) = 12.21%
R=43.13%
G=44.66%
B=12.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal226234640.0300.730.0862.8280.1958.43
HexE2EA40304983f503a
Octal34235210030111107712072
Binary11100010111010101000000110100100110001111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EA40; }

 p { color: rgb(226,234,64); }

 H1.HeaderClassName
 {
   color: #E2EA40;
 }
 .AnyTagClassName
 {
   color: #E2EA40;
 }
</style>
background-color css

<style>
 a { background-color: #E2EA40; }

 a { background-color: rgb(226,234,64); }

 div.DivClassName
 {
   background-color: #E2EA40;
 }
 .BgClassName
 {
   background-color: #E2EA40;
 }
</style>
border-color css

<style>
 span { border-color: #E2EA40; }

 span { border-color: rgb(226,234,64); }

 td.TdClassName
 {
   border-color: #E2EA40;
 }
 .TagClassName
 {
   border-color: #E2EA40;
 }
</style>