Html Css Color HEX #E5BD77 Maize

📋 copy color: '#E5BD77'

red 229 ◦ green 189 ◦ blue 119

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

Shades of Maize #E5BD77

Tints of Maize #E5BD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 119 (46.88% from 255) = 22.16%

R = 42.64%
G = 35.2%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5BD77 (or 0xE5BD77) is known color: Maize. HEX triplet: E5, BD and 77. RGB value is (229,189,119). Sum of RGB (Red+Green+Blue) = 229+189+119=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD77 is #1A4288. Grayscale: #C1C1C1. Windows color (decimal): -1720969 or 7847397. OLE color: 7847397.

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

Color convert

RGB 229 189 119 -
CMYK 0 0.17 0.48 0.10
HSL 38.18º 0.68% 0.68% -
HSV(B) 38.18º 0.48% 0.9% -
XYZ 53.84 54.39 25.11 -
YUV 192.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 229 189 119 0 0.17 0.48 0.10 38.18 0.68 0.68
Hex E5 BD 77 0 11 30 A 26 44 44
Octal 345 275 167 0 21 60 12 46 104 104
Binary 11100101 10111101 1110111 0 10001 110000 1010 100110 1000100 1000100

Color Harmonies of #E5BD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD77

Black with #E5BD77

Text Example


Text Example

White with #E5BD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD77; }

 p { color: rgb(229,189,119); }

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

background-color css

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

 a { background-color: rgb(229,189,119); }

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

border-color css

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

 span { border-color: rgb(229,189,119); }

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