Html Css Color HEX #E2B77F Maize

📋 copy color: '#E2B77F'

red 226 ◦ green 183 ◦ blue 127

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

Shades of Maize #E2B77F

Tints of Maize #E2B77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

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

R = 42.16%
G = 34.14%
B = 23.69%

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

#E2B77F (or 0xE2B77F) is known color: Maize. HEX triplet: E2, B7 and 7F. RGB value is (226,183,127). Sum of RGB (Red+Green+Blue) = 226+183+127=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B77F is #1D4880. Grayscale: #BDBDBD. Windows color (decimal): -1919105 or 8370146. OLE color: 8370146.

HSL color Cylindrical-coordinate representation of color #E2B77F: hue angle of 33.94º 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 #E2B77F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 127 -
CMYK 0 0.19 0.44 0.11
HSL 33.94º 0.63% 0.69% -
HSV(B) 33.94º 0.44% 0.89% -
XYZ 52.13 51.57 27.28 -
YUV 189.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 226 183 127 0 0.19 0.44 0.11 33.94 0.63 0.69
Hex E2 B7 7F 0 13 2C B 22 3F 45
Octal 342 267 177 0 23 54 13 42 77 105
Binary 11100010 10110111 1111111 0 10011 101100 1011 100010 111111 1000101

Color Harmonies of #E2B77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B77F

Black with #E2B77F

Text Example


Text Example

White with #E2B77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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