Html Css Color HEX #E1E141 Starship

📋 copy color: '#E1E141'

red 225 ◦ green 225 ◦ blue 65

#E1E141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #E1E141

Tints of Starship #E1E141

RGB

 RED value IS 225 (88.28% from 255) = 43.69%

 GREEN value IS 225 (88.28% from 255) = 43.69%

 BLUE value IS 65 (25.78% from 255) = 12.62%

R = 43.69%
G = 43.69%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1E141 (or 0xE1E141) is known color: Starship. HEX triplet: E1, E1 and 41. RGB value is (225,225,65). Sum of RGB (Red+Green+Blue) = 225+225+65=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E141 is #1E1EBE. Grayscale: #CFCFCF. Windows color (decimal): -1973951 or 4317665. OLE color: 4317665.

HSL color Cylindrical-coordinate representation of color #E1E141: hue angle of 60º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1E141 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 225 65 -
CMYK 0 0 0.71 0.12
HSL 60º 0.73% 0.57% -
HSV(B) 60º 0.71% 0.88% -
XYZ 58.93 70.24 15.45 -
YUV 206.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 225 225 65 0 0 0.71 0.12 60 0.73 0.57
Hex E1 E1 41 0 0 47 C 3C 49 39
Octal 341 341 101 0 0 107 14 74 111 71
Binary 11100001 11100001 1000001 0 0 1000111 1100 111100 1001001 111001

Color Harmonies of #E1E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E141

Black with #E1E141

Text Example


Text Example

White with #E1E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E141; }

 p { color: rgb(225,225,65); }

 H1.HeaderClassName
 {
   color: #E1E141;
 }
 .AnyTagClassName
 {
   color: #E1E141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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