Html Css Color HEX #E0B47F Maize

📋 copy color: '#E0B47F'

red 224 ◦ green 180 ◦ blue 127

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

Shades of Maize #E0B47F

Tints of Maize #E0B47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 42.18%
G = 33.9%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0B47F (or 0xE0B47F) is known color: Maize. HEX triplet: E0, B4 and 7F. RGB value is (224,180,127). Sum of RGB (Red+Green+Blue) = 224+180+127=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B47F is #1F4B80. Grayscale: #BBBBBB. Windows color (decimal): -2050945 or 8369376. OLE color: 8369376.

HSL color Cylindrical-coordinate representation of color #E0B47F: hue angle of 32.78º 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 #E0B47F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 127 -
CMYK 0 0.20 0.43 0.12
HSL 32.78º 0.61% 0.69% -
HSV(B) 32.78º 0.43% 0.88% -
XYZ 50.89 50.02 27.05 -
YUV 187.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 224 180 127 0 0.20 0.43 0.12 32.78 0.61 0.69
Hex E0 B4 7F 0 14 2B C 21 3D 45
Octal 340 264 177 0 24 53 14 41 75 105
Binary 11100000 10110100 1111111 0 10100 101011 1100 100001 111101 1000101

Color Harmonies of #E0B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B47F

Black with #E0B47F

Text Example


Text Example

White with #E0B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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