Html Css Color HEX #E1BB85 Maize

📋 copy color: '#E1BB85'

red 225 ◦ green 187 ◦ blue 133

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

Shades of Maize #E1BB85

Tints of Maize #E1BB85

RGB

 RED value IS 225 (88.28% from 255) = 41.28%

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 133 (52.34% from 255) = 24.4%

R = 41.28%
G = 34.31%
B = 24.4%

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

#E1BB85 (or 0xE1BB85) is known color: Maize. HEX triplet: E1, BB and 85. RGB value is (225,187,133). Sum of RGB (Red+Green+Blue) = 225+187+133=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB85 is #1E447A. Grayscale: #C0C0C0. Windows color (decimal): -1983611 or 8764385. OLE color: 8764385.

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

Color convert

RGB 225 187 133 -
CMYK 0 0.17 0.41 0.12
HSL 35.22º 0.61% 0.7% -
HSV(B) 35.22º 0.41% 0.88% -
XYZ 53.06 53.24 29.67 -
YUV 192.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 225 187 133 0 0.17 0.41 0.12 35.22 0.61 0.7
Hex E1 BB 85 0 11 29 C 23 3D 46
Octal 341 273 205 0 21 51 14 43 75 106
Binary 11100001 10111011 10000101 0 10001 101001 1100 100011 111101 1000110

Color Harmonies of #E1BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BB85

Black with #E1BB85

Text Example


Text Example

White with #E1BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BB85; }

 p { color: rgb(225,187,133); }

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

background-color css

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

 a { background-color: rgb(225,187,133); }

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

border-color css

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

 span { border-color: rgb(225,187,133); }

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