Html Css Color HEX #E2B87D Maize

📋 copy color: '#E2B87D'

red 226 ◦ green 184 ◦ blue 125

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

Shades of Maize #E2B87D

Tints of Maize #E2B87D

RGB

 RED value IS 226 (88.67% from 255) = 42.24%

 GREEN value IS 184 (72.27% from 255) = 34.39%

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

R = 42.24%
G = 34.39%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2B87D (or 0xE2B87D) is known color: Maize. HEX triplet: E2, B8 and 7D. RGB value is (226,184,125). Sum of RGB (Red+Green+Blue) = 226+184+125=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B87D is #1D4782. Grayscale: #BEBEBE. Windows color (decimal): -1918851 or 8239330. OLE color: 8239330.

HSL color Cylindrical-coordinate representation of color #E2B87D: hue angle of 35.05º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2B87D is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 184 125 -
CMYK 0 0.19 0.45 0.11
HSL 35.05º 0.64% 0.69% -
HSV(B) 35.05º 0.45% 0.89% -
XYZ 52.21 51.93 26.67 -
YUV 189.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 226 184 125 0 0.19 0.45 0.11 35.05 0.64 0.69
Hex E2 B8 7D 0 13 2D B 23 40 45
Octal 342 270 175 0 23 55 13 43 100 105
Binary 11100010 10111000 1111101 0 10011 101101 1011 100011 1000000 1000101

Color Harmonies of #E2B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B87D

Black with #E2B87D

Text Example


Text Example

White with #E2B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B87D; }

 p { color: rgb(226,184,125); }

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

background-color css

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

 a { background-color: rgb(226,184,125); }

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

border-color css

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

 span { border-color: rgb(226,184,125); }

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