Html Css Color HEX #E0BA7F Maize

📋 copy color: '#E0BA7F'

red 224 ◦ green 186 ◦ blue 127

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

Shades of Maize #E0BA7F

Tints of Maize #E0BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.65%

R = 41.71%
G = 34.64%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0BA7F (or 0xE0BA7F) is known color: Maize. HEX triplet: E0, BA and 7F. RGB value is (224,186,127). Sum of RGB (Red+Green+Blue) = 224+186+127=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA7F is #1F4580. Grayscale: #BEBEBE. Windows color (decimal): -2049409 or 8370912. OLE color: 8370912.

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

Color convert

RGB 224 186 127 -
CMYK 0 0.17 0.43 0.12
HSL 36.49º 0.61% 0.69% -
HSV(B) 36.49º 0.43% 0.88% -
XYZ 52.13 52.5 27.46 -
YUV 190.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 224 186 127 0 0.17 0.43 0.12 36.49 0.61 0.69
Hex E0 BA 7F 0 11 2B C 24 3D 45
Octal 340 272 177 0 21 53 14 44 75 105
Binary 11100000 10111010 1111111 0 10001 101011 1100 100100 111101 1000101

Color Harmonies of #E0BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA7F

Black with #E0BA7F

Text Example


Text Example

White with #E0BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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