Html Css Color HEX #E0BA76 Maize

📋 copy color: '#E0BA76'

red 224 ◦ green 186 ◦ blue 118

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

Shades of Maize #E0BA76

Tints of Maize #E0BA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.35%

R = 42.42%
G = 35.23%
B = 22.35%

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

#E0BA76 (or 0xE0BA76) is known color: Maize. HEX triplet: E0, BA and 76. RGB value is (224,186,118). Sum of RGB (Red+Green+Blue) = 224+186+118=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA76 is #1F4589. Grayscale: #BDBDBD. Windows color (decimal): -2049418 or 7781088. OLE color: 7781088.

HSL color Cylindrical-coordinate representation of color #E0BA76: hue angle of 38.49º 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 #E0BA76 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 118 -
CMYK 0 0.17 0.47 0.12
HSL 38.49º 0.63% 0.67% -
HSV(B) 38.49º 0.47% 0.88% -
XYZ 51.57 52.27 24.51 -
YUV 189.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 224 186 118 0 0.17 0.47 0.12 38.49 0.63 0.67
Hex E0 BA 76 0 11 2F C 26 3F 43
Octal 340 272 166 0 21 57 14 46 77 103
Binary 11100000 10111010 1110110 0 10001 101111 1100 100110 111111 1000011

Color Harmonies of #E0BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA76

Black with #E0BA76

Text Example


Text Example

White with #E0BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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