Html Css Color HEX #E0BA84 Maize

📋 copy color: '#E0BA84'

red 224 ◦ green 186 ◦ blue 132

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

Shades of Maize #E0BA84

Tints of Maize #E0BA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.35%

R = 41.33%
G = 34.32%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E0BA84 (or 0xE0BA84) is known color: Maize. HEX triplet: E0, BA and 84. RGB value is (224,186,132). Sum of RGB (Red+Green+Blue) = 224+186+132=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BA84 is #1F457B. Grayscale: #BFBFBF. Windows color (decimal): -2049404 or 8698592. OLE color: 8698592.

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

Color convert

RGB 224 186 132 -
CMYK 0 0.17 0.41 0.12
HSL 35.22º 0.6% 0.7% -
HSV(B) 35.22º 0.41% 0.88% -
XYZ 52.46 52.63 29.22 -
YUV 191.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 224 186 132 0 0.17 0.41 0.12 35.22 0.6 0.7
Hex E0 BA 84 0 11 29 C 23 3C 46
Octal 340 272 204 0 21 51 14 43 74 106
Binary 11100000 10111010 10000100 0 10001 101001 1100 100011 111100 1000110

Color Harmonies of #E0BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA84

Black with #E0BA84

Text Example


Text Example

White with #E0BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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