Html Css Color HEX #E2DC50 Manz

📋 copy color: '#E2DC50'

red 226 ◦ green 220 ◦ blue 80

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

Shades of Manz #E2DC50

Tints of Manz #E2DC50

RGB

 RED value IS 226 (88.67% from 255) = 42.97%

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 42.97%
G = 41.83%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2DC50 (or 0xE2DC50) is known color: Manz. HEX triplet: E2, DC and 50. RGB value is (226,220,80). Sum of RGB (Red+Green+Blue) = 226+220+80=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC50 is #1D23AF. Grayscale: #CECECE. Windows color (decimal): -1909680 or 5299426. OLE color: 5299426.

HSL color Cylindrical-coordinate representation of color #E2DC50: hue angle of 57.53º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2DC50 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 80 -
CMYK 0 0.03 0.65 0.11
HSL 57.53º 0.72% 0.6% -
HSV(B) 57.53º 0.65% 0.89% -
XYZ 58.41 67.93 17.62 -
YUV 205.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 226 220 80 0 0.03 0.65 0.11 57.53 0.72 0.6
Hex E2 DC 50 0 3 41 B 3A 48 3C
Octal 342 334 120 0 3 101 13 72 110 74
Binary 11100010 11011100 1010000 0 11 1000001 1011 111010 1001000 111100

Color Harmonies of #E2DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC50

Black with #E2DC50

Text Example


Text Example

White with #E2DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC50; }

 p { color: rgb(226,220,80); }

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

background-color css

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

 a { background-color: rgb(226,220,80); }

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

border-color css

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

 span { border-color: rgb(226,220,80); }

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