Html Css Color HEX #E0BA7E Maize

📋 copy color: '#E0BA7E'

red 224 ◦ green 186 ◦ blue 126

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

Shades of Maize #E0BA7E

Tints of Maize #E0BA7E

RGB

 RED value IS 224 (87.89% from 255) = 41.79%

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

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

R = 41.79%
G = 34.7%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0BA7E (or 0xE0BA7E) is known color: Maize. HEX triplet: E0, BA and 7E. RGB value is (224,186,126). Sum of RGB (Red+Green+Blue) = 224+186+126=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA7E is #1F4581. Grayscale: #BEBEBE. Windows color (decimal): -2049410 or 8305376. OLE color: 8305376.

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

Color convert

RGB 224 186 126 -
CMYK 0 0.17 0.44 0.12
HSL 36.73º 0.61% 0.69% -
HSV(B) 36.73º 0.44% 0.88% -
XYZ 52.07 52.47 27.12 -
YUV 190.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 224 186 126 0 0.17 0.44 0.12 36.73 0.61 0.69
Hex E0 BA 7E 0 11 2C C 25 3D 45
Octal 340 272 176 0 21 54 14 45 75 105
Binary 11100000 10111010 1111110 0 10001 101100 1100 100101 111101 1000101

Color Harmonies of #E0BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA7E

Black with #E0BA7E

Text Example


Text Example

White with #E0BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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