Html Css Color HEX #E0B979 Maize

📋 copy color: '#E0B979'

red 224 ◦ green 185 ◦ blue 121

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

Shades of Maize #E0B979

Tints of Maize #E0B979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.83%

R = 42.26%
G = 34.91%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0B979 (or 0xE0B979) is known color: Maize. HEX triplet: E0, B9 and 79. RGB value is (224,185,121). Sum of RGB (Red+Green+Blue) = 224+185+121=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B979 is #1F4686. Grayscale: #BDBDBD. Windows color (decimal): -2049671 or 7977440. OLE color: 7977440.

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

Color convert

RGB 224 185 121 -
CMYK 0 0.17 0.46 0.12
HSL 37.28º 0.62% 0.68% -
HSV(B) 37.28º 0.46% 0.88% -
XYZ 51.54 51.93 25.4 -
YUV 189.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 224 185 121 0 0.17 0.46 0.12 37.28 0.62 0.68
Hex E0 B9 79 0 11 2E C 25 3E 44
Octal 340 271 171 0 21 56 14 45 76 104
Binary 11100000 10111001 1111001 0 10001 101110 1100 100101 111110 1000100

Color Harmonies of #E0B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B979

Black with #E0B979

Text Example


Text Example

White with #E0B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B979; }

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

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

background-color css

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

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

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

border-color css

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

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

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