Html Css Color HEX #E0B97C Maize

📋 copy color: '#E0B97C'

red 224 ◦ green 185 ◦ blue 124

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

Shades of Maize #E0B97C

Tints of Maize #E0B97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.71%

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

R = 42.03%
G = 34.71%
B = 23.26%

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

#E0B97C (or 0xE0B97C) is known color: Maize. HEX triplet: E0, B9 and 7C. RGB value is (224,185,124). Sum of RGB (Red+Green+Blue) = 224+185+124=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B97C is #1F4683. Grayscale: #BDBDBD. Windows color (decimal): -2049668 or 8174048. OLE color: 8174048.

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

Color convert

RGB 224 185 124 -
CMYK 0 0.17 0.45 0.12
HSL 36.6º 0.62% 0.68% -
HSV(B) 36.6º 0.45% 0.88% -
XYZ 51.73 52 26.38 -
YUV 189.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 224 185 124 0 0.17 0.45 0.12 36.6 0.62 0.68
Hex E0 B9 7C 0 11 2D C 25 3E 44
Octal 340 271 174 0 21 55 14 45 76 104
Binary 11100000 10111001 1111100 0 10001 101101 1100 100101 111110 1000100

Color Harmonies of #E0B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B97C

Black with #E0B97C

Text Example


Text Example

White with #E0B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B97C; }

 p { color: rgb(224,185,124); }

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

background-color css

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

 a { background-color: rgb(224,185,124); }

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

border-color css

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

 span { border-color: rgb(224,185,124); }

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