#E8F13A

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

Shades of Starship #E8F13A

Tints of Starship #E8F13A

Color information

#E8F13A (or 0xE8F13A) is unknown color: approx Starship. HEX triplet: E8, F1 and 3A. RGB value is (232,241,58). Sum of RGB (Red+Green+Blue) = 232+241+58=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F13A is #170EC5. Grayscale: #DADADA. Windows color (decimal): -1511110 or 3863016. OLE color: 3863016.

HSL color Cylindrical-coordinate representation of color #E8F13A: hue angle of 62.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E8F13A is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB23224158-
CMYK0.0400.760.05
HSL62.95º86.73%58.63%-
HSV(B)62.95º75.93%94.51%-
XYZ65.580.3716.06-
YUV217.4538.02138.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.69%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 58 (23.05% from 255) = 10.92%
R=43.69%
G=45.39%
B=10.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232241580.0400.760.0562.9586.7358.63
HexE8F13A404C53f573b
Octal350361724011457712773
Binary1110100011110001111010100010011001011111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F13A; }

 p { color: rgb(232,241,58); }

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

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

 a { background-color: rgb(232,241,58); }

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

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

 span { border-color: rgb(232,241,58); }

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