Html Css Color HEX #E1E132 Starship

📋 copy color: '#E1E132'

red 225 ◦ green 225 ◦ blue 50

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

Shades of Starship #E1E132

Tints of Starship #E1E132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10%

R = 45%
G = 45%
B = 10%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1E132 (or 0xE1E132) is known color: Starship. HEX triplet: E1, E1 and 32. RGB value is (225,225,50). Sum of RGB (Red+Green+Blue) = 225+225+50=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E132 is #1E1ECD. Grayscale: #CDCDCD. Windows color (decimal): -1973966 or 3334625. OLE color: 3334625.

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

Color convert

RGB 225 225 50 -
CMYK 0 0 0.78 0.12
HSL 60º 0.74% 0.54% -
HSV(B) 60º 0.78% 0.88% -
XYZ 58.55 70.09 13.46 -
YUV 205.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 225 225 50 0 0 0.78 0.12 60 0.74 0.54
Hex E1 E1 32 0 0 4E C 3C 4A 36
Octal 341 341 62 0 0 116 14 74 112 66
Binary 11100001 11100001 110010 0 0 1001110 1100 111100 1001010 110110

Color Harmonies of #E1E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E132

Black with #E1E132

Text Example


Text Example

White with #E1E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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