Html Css Color HEX #E2BA77 Maize

📋 copy color: '#E2BA77'

red 226 ◦ green 186 ◦ blue 119

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

Shades of Maize #E2BA77

Tints of Maize #E2BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

 BLUE value IS 119 (46.88% from 255) = 22.41%

R = 42.56%
G = 35.03%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E2BA77 (or 0xE2BA77) is known color: Maize. HEX triplet: E2, BA and 77. RGB value is (226,186,119). Sum of RGB (Red+Green+Blue) = 226+186+119=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA77 is #1D4588. Grayscale: #BEBEBE. Windows color (decimal): -1918345 or 7846626. OLE color: 7846626.

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

Color convert

RGB 226 186 119 -
CMYK 0 0.18 0.47 0.11
HSL 37.57º 0.65% 0.68% -
HSV(B) 37.57º 0.47% 0.89% -
XYZ 52.25 52.62 24.86 -
YUV 190.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 226 186 119 0 0.18 0.47 0.11 37.57 0.65 0.68
Hex E2 BA 77 0 12 2F B 26 41 44
Octal 342 272 167 0 22 57 13 46 101 104
Binary 11100010 10111010 1110111 0 10010 101111 1011 100110 1000001 1000100

Color Harmonies of #E2BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA77

Black with #E2BA77

Text Example


Text Example

White with #E2BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA77; }

 p { color: rgb(226,186,119); }

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

background-color css

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

 a { background-color: rgb(226,186,119); }

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

border-color css

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

 span { border-color: rgb(226,186,119); }

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