#E5E142

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

Shades of Starship #E5E142

Tints of Starship #E5E142

Color information

#E5E142 (or 0xE5E142) is unknown color: approx Starship. HEX triplet: E5, E1 and 42. RGB value is (229,225,66). Sum of RGB (Red+Green+Blue) = 229+225+66=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E142 is #1A1EBD. Grayscale: #D0D0D0. Windows color (decimal): -1711806 or 4383205. OLE color: 4383205.

HSL color Cylindrical-coordinate representation of color #E5E142: hue angle of 58.53º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5E142 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22922566-
CMYK00.020.710.10
HSL58.53º75.81%57.84%-
HSV(B)58.53º71.18%89.8%-
XYZ60.2270.915.67-
YUV208.0747.83142.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 66 (26.17% from 255) = 12.69%
R=44.04%
G=43.27%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292256600.020.710.1058.5375.8157.84
HexE5E1420247A3b4c3a
Octal34534110202107127311472
Binary11100101111000011000010010100011110101110111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E142; }

 p { color: rgb(229,225,66); }

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

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

 a { background-color: rgb(229,225,66); }

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

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

 span { border-color: rgb(229,225,66); }

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