#e6e142

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

Shades of Starship #E6E142

Tints of Starship #E6E142

Color information

#E6E142 (or 0xE6E142) is unknown color: approx Starship. HEX triplet: E6, E1 and 42. RGB value is (230,225,66). Sum of RGB (Red+Green+Blue) = 230+225+66=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E142 is #191EBD. Grayscale: #D1D1D1. Windows color (decimal): -1646270 or 4383206. OLE color: 4383206.

HSL color Cylindrical-coordinate representation of color #E6E142: hue angle of 58.17º degrees, saturation: 0.77, 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 #E6E142 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB23022566-
CMYK00.020.710.10
HSL58.17º76.64%58.04%-
HSV(B)58.17º71.3%90.2%-
XYZ60.5471.0715.68-
YUV208.3747.66143.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.15%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 66 (26.17% from 255) = 12.67%
R=44.15%
G=43.19%
B=12.67%

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
Decimal2302256600.020.710.1058.1776.6458.04
HexE6E1420247A3a4d3a
Octal34634110202107127211572
Binary11100110111000011000010010100011110101110101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6e142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6e142; }

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

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

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

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

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

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

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

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