Html Css Color HEX #E2BC79 Maize

📋 copy color: '#E2BC79'

red 226 ◦ green 188 ◦ blue 121

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

Shades of Maize #E2BC79

Tints of Maize #E2BC79

RGB

 RED value IS 226 (88.67% from 255) = 42.24%

 GREEN value IS 188 (73.83% from 255) = 35.14%

 BLUE value IS 121 (47.66% from 255) = 22.62%

R = 42.24%
G = 35.14%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2BC79 (or 0xE2BC79) is known color: Maize. HEX triplet: E2, BC and 79. RGB value is (226,188,121). Sum of RGB (Red+Green+Blue) = 226+188+121=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC79 is #1D4386. Grayscale: #C0C0C0. Windows color (decimal): -1917831 or 7978210. OLE color: 7978210.

HSL color Cylindrical-coordinate representation of color #E2BC79: hue angle of 38.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2BC79 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 121 -
CMYK 0 0.17 0.46 0.11
HSL 38.29º 0.64% 0.68% -
HSV(B) 38.29º 0.46% 0.89% -
XYZ 52.8 53.52 25.64 -
YUV 191.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 226 188 121 0 0.17 0.46 0.11 38.29 0.64 0.68
Hex E2 BC 79 0 11 2E B 26 40 44
Octal 342 274 171 0 21 56 13 46 100 104
Binary 11100010 10111100 1111001 0 10001 101110 1011 100110 1000000 1000100

Color Harmonies of #E2BC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BC79

Black with #E2BC79

Text Example


Text Example

White with #E2BC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BC79; }

 p { color: rgb(226,188,121); }

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

background-color css

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

 a { background-color: rgb(226,188,121); }

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

border-color css

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

 span { border-color: rgb(226,188,121); }

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