Html Css Color HEX #E1E950 Manz

📋 copy color: '#E1E950'

red 225 ◦ green 233 ◦ blue 80

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

Shades of Manz #E1E950

Tints of Manz #E1E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

 BLUE value IS 80 (31.64% from 255) = 14.87%

R = 41.82%
G = 43.31%
B = 14.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E1E950 (or 0xE1E950) is known color: Manz. HEX triplet: E1, E9 and 50. RGB value is (225,233,80). Sum of RGB (Red+Green+Blue) = 225+233+80=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E950 is #1E16AF. Grayscale: #D5D5D5. Windows color (decimal): -1971888 or 5302753. OLE color: 5302753.

HSL color Cylindrical-coordinate representation of color #E1E950: hue angle of 63.14º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1E950 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 233 80 -
CMYK 0.03 0 0.66 0.09
HSL 63.14º 0.78% 0.61% -
HSV(B) 63.14º 0.66% 0.91% -
XYZ 61.64 74.86 18.79 -
YUV 213.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 225 233 80 0.03 0 0.66 0.09 63.14 0.78 0.61
Hex E1 E9 50 3 0 42 9 3F 4E 3D
Octal 341 351 120 3 0 102 11 77 116 75
Binary 11100001 11101001 1010000 11 0 1000010 1001 111111 1001110 111101

Color Harmonies of #E1E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E950

Black with #E1E950

Text Example


Text Example

White with #E1E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E950; }

 p { color: rgb(225,233,80); }

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

background-color css

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

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

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

border-color css

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

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

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