Html Css Color HEX #E1BC7C Maize

📋 copy color: '#E1BC7C'

red 225 ◦ green 188 ◦ blue 124

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

Shades of Maize #E1BC7C

Tints of Maize #E1BC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 41.9%
G = 35.01%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1BC7C (or 0xE1BC7C) is known color: Maize. HEX triplet: E1, BC and 7C. RGB value is (225,188,124). Sum of RGB (Red+Green+Blue) = 225+188+124=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC7C is #1E4383. Grayscale: #C0C0C0. Windows color (decimal): -1983364 or 8174817. OLE color: 8174817.

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

Color convert

RGB 225 188 124 -
CMYK 0 0.16 0.45 0.12
HSL 38.02º 0.63% 0.68% -
HSV(B) 38.02º 0.45% 0.88% -
XYZ 52.67 53.43 26.61 -
YUV 191.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 225 188 124 0 0.16 0.45 0.12 38.02 0.63 0.68
Hex E1 BC 7C 0 10 2D C 26 3F 44
Octal 341 274 174 0 20 55 14 46 77 104
Binary 11100001 10111100 1111100 0 10000 101101 1100 100110 111111 1000100

Color Harmonies of #E1BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC7C

Black with #E1BC7C

Text Example


Text Example

White with #E1BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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