Html Css Color HEX #E5BA84 Maize

📋 copy color: '#E5BA84'

red 229 ◦ green 186 ◦ blue 132

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

Shades of Maize #E5BA84

Tints of Maize #E5BA84

RGB

 RED value IS 229 (89.84% from 255) = 41.86%

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

 BLUE value IS 132 (51.95% from 255) = 24.13%

R = 41.86%
G = 34%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5BA84 (or 0xE5BA84) is known color: Maize. HEX triplet: E5, BA and 84. RGB value is (229,186,132). Sum of RGB (Red+Green+Blue) = 229+186+132=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA84 is #1A457B. Grayscale: #C0C0C0. Windows color (decimal): -1721724 or 8698597. OLE color: 8698597.

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

Color convert

RGB 229 186 132 -
CMYK 0 0.19 0.42 0.10
HSL 33.4º 0.65% 0.71% -
HSV(B) 33.4º 0.42% 0.9% -
XYZ 54.04 53.44 29.3 -
YUV 192.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 229 186 132 0 0.19 0.42 0.10 33.4 0.65 0.71
Hex E5 BA 84 0 13 2A A 21 41 47
Octal 345 272 204 0 23 52 12 41 101 107
Binary 11100101 10111010 10000100 0 10011 101010 1010 100001 1000001 1000111

Color Harmonies of #E5BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA84

Black with #E5BA84

Text Example


Text Example

White with #E5BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA84; }

 p { color: rgb(229,186,132); }

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

background-color css

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

 a { background-color: rgb(229,186,132); }

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

border-color css

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

 span { border-color: rgb(229,186,132); }

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