Html Css Color HEX #E0BA77 Maize

📋 copy color: '#E0BA77'

red 224 ◦ green 186 ◦ blue 119

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

Shades of Maize #E0BA77

Tints of Maize #E0BA77

RGB

 RED value IS 224 (87.89% from 255) = 42.34%

 GREEN value IS 186 (73.05% from 255) = 35.16%

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

R = 42.34%
G = 35.16%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E0BA77 (or 0xE0BA77) is known color: Maize. HEX triplet: E0, BA and 77. RGB value is (224,186,119). Sum of RGB (Red+Green+Blue) = 224+186+119=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA77 is #1F4588. Grayscale: #BEBEBE. Windows color (decimal): -2049417 or 7846624. OLE color: 7846624.

HSL color Cylindrical-coordinate representation of color #E0BA77: hue angle of 38.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0BA77 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 119 -
CMYK 0 0.17 0.47 0.12
HSL 38.29º 0.63% 0.67% -
HSV(B) 38.29º 0.47% 0.88% -
XYZ 51.63 52.3 24.83 -
YUV 189.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 224 186 119 0 0.17 0.47 0.12 38.29 0.63 0.67
Hex E0 BA 77 0 11 2F C 26 3F 43
Octal 340 272 167 0 21 57 14 46 77 103
Binary 11100000 10111010 1110111 0 10001 101111 1100 100110 111111 1000011

Color Harmonies of #E0BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA77

Black with #E0BA77

Text Example


Text Example

White with #E0BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA77; }

 p { color: rgb(224,186,119); }

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

background-color css

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

 a { background-color: rgb(224,186,119); }

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

border-color css

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

 span { border-color: rgb(224,186,119); }

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