Html Css Color HEX #E5BE7F Maize

📋 copy color: '#E5BE7F'

red 229 ◦ green 190 ◦ blue 127

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

Shades of Maize #E5BE7F

Tints of Maize #E5BE7F

RGB

 RED value IS 229 (89.84% from 255) = 41.94%

 GREEN value IS 190 (74.61% from 255) = 34.8%

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

R = 41.94%
G = 34.8%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5BE7F (or 0xE5BE7F) is known color: Maize. HEX triplet: E5, BE and 7F. RGB value is (229,190,127). Sum of RGB (Red+Green+Blue) = 229+190+127=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE7F is #1A4180. Grayscale: #C2C2C2. Windows color (decimal): -1720705 or 8371941. OLE color: 8371941.

HSL color Cylindrical-coordinate representation of color #E5BE7F: hue angle of 37.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5BE7F is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 190 127 -
CMYK 0 0.17 0.45 0.10
HSL 37.06º 0.66% 0.7% -
HSV(B) 37.06º 0.45% 0.9% -
XYZ 54.56 55.02 27.82 -
YUV 194.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 229 190 127 0 0.17 0.45 0.10 37.06 0.66 0.7
Hex E5 BE 7F 0 11 2D A 25 42 46
Octal 345 276 177 0 21 55 12 45 102 106
Binary 11100101 10111110 1111111 0 10001 101101 1010 100101 1000010 1000110

Color Harmonies of #E5BE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BE7F

Black with #E5BE7F

Text Example


Text Example

White with #E5BE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BE7F; }

 p { color: rgb(229,190,127); }

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

background-color css

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

 a { background-color: rgb(229,190,127); }

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

border-color css

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

 span { border-color: rgb(229,190,127); }

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