Html Css Color HEX #E0E550 Manz

📋 copy color: '#E0E550'

red 224 ◦ green 229 ◦ blue 80

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

Shades of Manz #E0E550

Tints of Manz #E0E550

RGB

 RED value IS 224 (87.89% from 255) = 42.03%

 GREEN value IS 229 (89.84% from 255) = 42.96%

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

R = 42.03%
G = 42.96%
B = 15.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E0E550 (or 0xE0E550) is known color: Manz. HEX triplet: E0, E5 and 50. RGB value is (224,229,80). Sum of RGB (Red+Green+Blue) = 224+229+80=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E550 is #1F1AAF. Grayscale: #D3D3D3. Windows color (decimal): -2038448 or 5301728. OLE color: 5301728.

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

Color convert

RGB 224 229 80 -
CMYK 0.02 0 0.65 0.10
HSL 62.01º 0.74% 0.61% -
HSV(B) 62.01º 0.65% 0.9% -
XYZ 60.21 72.47 18.4 -
YUV 210.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 224 229 80 0.02 0 0.65 0.10 62.01 0.74 0.61
Hex E0 E5 50 2 0 41 A 3E 4A 3D
Octal 340 345 120 2 0 101 12 76 112 75
Binary 11100000 11100101 1010000 10 0 1000001 1010 111110 1001010 111101

Color Harmonies of #E0E550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E550

Black with #E0E550

Text Example


Text Example

White with #E0E550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E550; }

 p { color: rgb(224,229,80); }

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

background-color css

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

 a { background-color: rgb(224,229,80); }

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

border-color css

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

 span { border-color: rgb(224,229,80); }

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