Html Css Color HEX #E2B67F Maize

📋 copy color: '#E2B67F'

red 226 ◦ green 182 ◦ blue 127

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

Shades of Maize #E2B67F

Tints of Maize #E2B67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 42.24%
G = 34.02%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2B67F (or 0xE2B67F) is known color: Maize. HEX triplet: E2, B6 and 7F. RGB value is (226,182,127). Sum of RGB (Red+Green+Blue) = 226+182+127=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B67F is #1D4980. Grayscale: #BDBDBD. Windows color (decimal): -1919361 or 8369890. OLE color: 8369890.

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

Color convert

RGB 226 182 127 -
CMYK 0 0.19 0.44 0.11
HSL 33.33º 0.63% 0.69% -
HSV(B) 33.33º 0.44% 0.89% -
XYZ 51.92 51.16 27.22 -
YUV 188.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 226 182 127 0 0.19 0.44 0.11 33.33 0.63 0.69
Hex E2 B6 7F 0 13 2C B 21 3F 45
Octal 342 266 177 0 23 54 13 41 77 105
Binary 11100010 10110110 1111111 0 10011 101100 1011 100001 111111 1000101

Color Harmonies of #E2B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B67F

Black with #E2B67F

Text Example


Text Example

White with #E2B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B67F; }

 p { color: rgb(226,182,127); }

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

background-color css

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

 a { background-color: rgb(226,182,127); }

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

border-color css

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

 span { border-color: rgb(226,182,127); }

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