Html Css Color HEX #E4BA7E Maize

📋 copy color: '#E4BA7E'

red 228 ◦ green 186 ◦ blue 126

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

Shades of Maize #E4BA7E

Tints of Maize #E4BA7E

RGB

 RED value IS 228 (89.45% from 255) = 42.22%

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

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

R = 42.22%
G = 34.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E4BA7E (or 0xE4BA7E) is known color: Maize. HEX triplet: E4, BA and 7E. RGB value is (228,186,126). Sum of RGB (Red+Green+Blue) = 228+186+126=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA7E is #1B4581. Grayscale: #C0C0C0. Windows color (decimal): -1787266 or 8305380. OLE color: 8305380.

HSL color Cylindrical-coordinate representation of color #E4BA7E: hue angle of 35.29º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E4BA7E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 186 126 -
CMYK 0 0.18 0.45 0.11
HSL 35.29º 0.65% 0.69% -
HSV(B) 35.29º 0.45% 0.89% -
XYZ 53.32 53.12 27.18 -
YUV 191.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 228 186 126 0 0.18 0.45 0.11 35.29 0.65 0.69
Hex E4 BA 7E 0 12 2D B 23 41 45
Octal 344 272 176 0 22 55 13 43 101 105
Binary 11100100 10111010 1111110 0 10010 101101 1011 100011 1000001 1000101

Color Harmonies of #E4BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA7E

Black with #E4BA7E

Text Example


Text Example

White with #E4BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA7E; }

 p { color: rgb(228,186,126); }

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

background-color css

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

 a { background-color: rgb(228,186,126); }

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

border-color css

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

 span { border-color: rgb(228,186,126); }

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