Html Css Color HEX #E1BA7B Maize

📋 copy color: '#E1BA7B'

red 225 ◦ green 186 ◦ blue 123

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

Shades of Maize #E1BA7B

Tints of Maize #E1BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.03%

R = 42.13%
G = 34.83%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1BA7B (or 0xE1BA7B) is known color: Maize. HEX triplet: E1, BA and 7B. RGB value is (225,186,123). Sum of RGB (Red+Green+Blue) = 225+186+123=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA7B is #1E4584. Grayscale: #BEBEBE. Windows color (decimal): -1983877 or 8108769. OLE color: 8108769.

HSL color Cylindrical-coordinate representation of color #E1BA7B: hue angle of 37.06º 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 #E1BA7B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 123 -
CMYK 0 0.17 0.45 0.12
HSL 37.06º 0.63% 0.68% -
HSV(B) 37.06º 0.45% 0.88% -
XYZ 52.19 52.56 26.13 -
YUV 190.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 225 186 123 0 0.17 0.45 0.12 37.06 0.63 0.68
Hex E1 BA 7B 0 11 2D C 25 3F 44
Octal 341 272 173 0 21 55 14 45 77 104
Binary 11100001 10111010 1111011 0 10001 101101 1100 100101 111111 1000100

Color Harmonies of #E1BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA7B

Black with #E1BA7B

Text Example


Text Example

White with #E1BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA7B; }

 p { color: rgb(225,186,123); }

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

background-color css

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

 a { background-color: rgb(225,186,123); }

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

border-color css

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

 span { border-color: rgb(225,186,123); }

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