Html Css Color HEX #E1B47D Maize

📋 copy color: '#E1B47D'

red 225 ◦ green 180 ◦ blue 125

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

Shades of Maize #E1B47D

Tints of Maize #E1B47D

RGB

 RED value IS 225 (88.28% from 255) = 42.45%

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

 BLUE value IS 125 (49.22% from 255) = 23.58%

R = 42.45%
G = 33.96%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1B47D (or 0xE1B47D) is known color: Maize. HEX triplet: E1, B4 and 7D. RGB value is (225,180,125). Sum of RGB (Red+Green+Blue) = 225+180+125=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B47D is #1E4B82. Grayscale: #BBBBBB. Windows color (decimal): -1985411 or 8238305. OLE color: 8238305.

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

Color convert

RGB 225 180 125 -
CMYK 0 0.2 0.44 0.12
HSL 33º 0.63% 0.69% -
HSV(B) 33º 0.44% 0.88% -
XYZ 51.07 50.13 26.39 -
YUV 187.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 225 180 125 0 0.2 0.44 0.12 33 0.63 0.69
Hex E1 B4 7D 0 14 2C C 21 3E 45
Octal 341 264 175 0 24 54 14 41 76 105
Binary 11100001 10110100 1111101 0 10100 101100 1100 100001 111110 1000101

Color Harmonies of #E1B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B47D

Black with #E1B47D

Text Example


Text Example

White with #E1B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B47D; }

 p { color: rgb(225,180,125); }

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

background-color css

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

 a { background-color: rgb(225,180,125); }

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

border-color css

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

 span { border-color: rgb(225,180,125); }

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