Html Css Color HEX #E5BA80 Maize

📋 copy color: '#E5BA80'

red 229 ◦ green 186 ◦ blue 128

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

Shades of Maize #E5BA80

Tints of Maize #E5BA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 42.17%
G = 34.25%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5BA80 (or 0xE5BA80) is known color: Maize. HEX triplet: E5, BA and 80. RGB value is (229,186,128). Sum of RGB (Red+Green+Blue) = 229+186+128=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA80 is #1A457F. Grayscale: #C0C0C0. Windows color (decimal): -1721728 or 8436453. OLE color: 8436453.

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

Color convert

RGB 229 186 128 -
CMYK 0 0.19 0.44 0.10
HSL 34.46º 0.66% 0.7% -
HSV(B) 34.46º 0.44% 0.9% -
XYZ 53.77 53.33 27.88 -
YUV 192.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 229 186 128 0 0.19 0.44 0.10 34.46 0.66 0.7
Hex E5 BA 80 0 13 2C A 22 42 46
Octal 345 272 200 0 23 54 12 42 102 106
Binary 11100101 10111010 10000000 0 10011 101100 1010 100010 1000010 1000110

Color Harmonies of #E5BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA80

Black with #E5BA80

Text Example


Text Example

White with #E5BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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