Html Css Color HEX #E5BC80 Maize

📋 copy color: '#E5BC80'

red 229 ◦ green 188 ◦ blue 128

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

Shades of Maize #E5BC80

Tints of Maize #E5BC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

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

R = 42.02%
G = 34.5%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5BC80 (or 0xE5BC80) is known color: Maize. HEX triplet: E5, BC and 80. RGB value is (229,188,128). Sum of RGB (Red+Green+Blue) = 229+188+128=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC80 is #1A437F. Grayscale: #C1C1C1. Windows color (decimal): -1721216 or 8436965. OLE color: 8436965.

HSL color Cylindrical-coordinate representation of color #E5BC80: hue angle of 35.64º 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 #E5BC80 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 128 -
CMYK 0 0.18 0.44 0.10
HSL 35.64º 0.66% 0.7% -
HSV(B) 35.64º 0.44% 0.9% -
XYZ 54.19 54.18 28.02 -
YUV 193.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 229 188 128 0 0.18 0.44 0.10 35.64 0.66 0.7
Hex E5 BC 80 0 12 2C A 24 42 46
Octal 345 274 200 0 22 54 12 44 102 106
Binary 11100101 10111100 10000000 0 10010 101100 1010 100100 1000010 1000110

Color Harmonies of #E5BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC80

Black with #E5BC80

Text Example


Text Example

White with #E5BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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