Html Css Color HEX #E4BA80 Maize

📋 copy color: '#E4BA80'

red 228 ◦ green 186 ◦ blue 128

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

Shades of Maize #E4BA80

Tints of Maize #E4BA80

RGB

 RED value IS 228 (89.45% from 255) = 42.07%

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

 BLUE value IS 128 (50.39% from 255) = 23.62%

R = 42.07%
G = 34.32%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E4BA80 (or 0xE4BA80) is known color: Maize. HEX triplet: E4, BA and 80. RGB value is (228,186,128). Sum of RGB (Red+Green+Blue) = 228+186+128=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BA80 is #1B457F. Grayscale: #C0C0C0. Windows color (decimal): -1787264 or 8436452. OLE color: 8436452.

HSL color Cylindrical-coordinate representation of color #E4BA80: hue angle of 34.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4BA80 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 186 128 -
CMYK 0 0.18 0.44 0.11
HSL 34.8º 0.65% 0.7% -
HSV(B) 34.8º 0.44% 0.89% -
XYZ 53.45 53.17 27.87 -
YUV 191.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 228 186 128 0 0.18 0.44 0.11 34.8 0.65 0.7
Hex E4 BA 80 0 12 2C B 23 41 46
Octal 344 272 200 0 22 54 13 43 101 106
Binary 11100100 10111010 10000000 0 10010 101100 1011 100011 1000001 1000110

Color Harmonies of #E4BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA80

Black with #E4BA80

Text Example


Text Example

White with #E4BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA80; }

 p { color: rgb(228,186,128); }

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

background-color css

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

 a { background-color: rgb(228,186,128); }

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

border-color css

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

 span { border-color: rgb(228,186,128); }

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