Html Css Color HEX #E0B977 Maize

📋 copy color: '#E0B977'

red 224 ◦ green 185 ◦ blue 119

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

Shades of Maize #E0B977

Tints of Maize #E0B977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 42.42%
G = 35.04%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E0B977 (or 0xE0B977) is known color: Maize. HEX triplet: E0, B9 and 77. RGB value is (224,185,119). Sum of RGB (Red+Green+Blue) = 224+185+119=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B977 is #1F4688. Grayscale: #BDBDBD. Windows color (decimal): -2049673 or 7846368. OLE color: 7846368.

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

Color convert

RGB 224 185 119 -
CMYK 0 0.17 0.47 0.12
HSL 37.71º 0.63% 0.67% -
HSV(B) 37.71º 0.47% 0.88% -
XYZ 51.42 51.88 24.76 -
YUV 189.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 224 185 119 0 0.17 0.47 0.12 37.71 0.63 0.67
Hex E0 B9 77 0 11 2F C 26 3F 43
Octal 340 271 167 0 21 57 14 46 77 103
Binary 11100000 10111001 1110111 0 10001 101111 1100 100110 111111 1000011

Color Harmonies of #E0B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B977

Black with #E0B977

Text Example


Text Example

White with #E0B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B977; }

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

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

background-color css

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

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

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

border-color css

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

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

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