Html Css Color HEX #E1BC7E Maize

📋 copy color: '#E1BC7E'

red 225 ◦ green 188 ◦ blue 126

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

Shades of Maize #E1BC7E

Tints of Maize #E1BC7E

RGB

 RED value IS 225 (88.28% from 255) = 41.74%

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

 BLUE value IS 126 (49.61% from 255) = 23.38%

R = 41.74%
G = 34.88%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1BC7E (or 0xE1BC7E) is known color: Maize. HEX triplet: E1, BC and 7E. RGB value is (225,188,126). Sum of RGB (Red+Green+Blue) = 225+188+126=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC7E is #1E4381. Grayscale: #C0C0C0. Windows color (decimal): -1983362 or 8305889. OLE color: 8305889.

HSL color Cylindrical-coordinate representation of color #E1BC7E: hue angle of 37.58º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1BC7E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 188 126 -
CMYK 0 0.16 0.44 0.12
HSL 37.58º 0.62% 0.69% -
HSV(B) 37.58º 0.44% 0.88% -
XYZ 52.8 53.48 27.28 -
YUV 192 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 225 188 126 0 0.16 0.44 0.12 37.58 0.62 0.69
Hex E1 BC 7E 0 10 2C C 26 3E 45
Octal 341 274 176 0 20 54 14 46 76 105
Binary 11100001 10111100 1111110 0 10000 101100 1100 100110 111110 1000101

Color Harmonies of #E1BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC7E

Black with #E1BC7E

Text Example


Text Example

White with #E1BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC7E; }

 p { color: rgb(225,188,126); }

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

background-color css

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

 a { background-color: rgb(225,188,126); }

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

border-color css

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

 span { border-color: rgb(225,188,126); }

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