Html Css Color HEX #E3BC80 Maize

📋 copy color: '#E3BC80'

red 227 ◦ green 188 ◦ blue 128

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

Shades of Maize #E3BC80

Tints of Maize #E3BC80

RGB

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

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

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

R = 41.8%
G = 34.62%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3BC80 (or 0xE3BC80) is known color: Maize. HEX triplet: E3, BC and 80. RGB value is (227,188,128). Sum of RGB (Red+Green+Blue) = 227+188+128=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BC80 is #1C437F. Grayscale: #C1C1C1. Windows color (decimal): -1852288 or 8436963. OLE color: 8436963.

HSL color Cylindrical-coordinate representation of color #E3BC80: hue angle of 36.36º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3BC80 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 188 128 -
CMYK 0 0.17 0.44 0.11
HSL 36.36º 0.64% 0.7% -
HSV(B) 36.36º 0.44% 0.89% -
XYZ 53.56 53.86 27.99 -
YUV 192.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 227 188 128 0 0.17 0.44 0.11 36.36 0.64 0.7
Hex E3 BC 80 0 11 2C B 24 40 46
Octal 343 274 200 0 21 54 13 44 100 106
Binary 11100011 10111100 10000000 0 10001 101100 1011 100100 1000000 1000110

Color Harmonies of #E3BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BC80

Black with #E3BC80

Text Example


Text Example

White with #E3BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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