Html Css Color HEX #E3BA76 Maize

📋 copy color: '#E3BA76'

red 227 ◦ green 186 ◦ blue 118

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

Shades of Maize #E3BA76

Tints of Maize #E3BA76

RGB

 RED value IS 227 (89.06% from 255) = 42.75%

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

 BLUE value IS 118 (46.48% from 255) = 22.22%

R = 42.75%
G = 35.03%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E3BA76 (or 0xE3BA76) is known color: Maize. HEX triplet: E3, BA and 76. RGB value is (227,186,118). Sum of RGB (Red+Green+Blue) = 227+186+118=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA76 is #1C4589. Grayscale: #BEBEBE. Windows color (decimal): -1852810 or 7781091. OLE color: 7781091.

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

Color convert

RGB 227 186 118 -
CMYK 0 0.18 0.48 0.11
HSL 37.43º 0.66% 0.68% -
HSV(B) 37.43º 0.48% 0.89% -
XYZ 52.51 52.76 24.56 -
YUV 190.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 227 186 118 0 0.18 0.48 0.11 37.43 0.66 0.68
Hex E3 BA 76 0 12 30 B 25 42 44
Octal 343 272 166 0 22 60 13 45 102 104
Binary 11100011 10111010 1110110 0 10010 110000 1011 100101 1000010 1000100

Color Harmonies of #E3BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BA76

Black with #E3BA76

Text Example


Text Example

White with #E3BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BA76; }

 p { color: rgb(227,186,118); }

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

background-color css

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

 a { background-color: rgb(227,186,118); }

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

border-color css

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

 span { border-color: rgb(227,186,118); }

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