Html Css Color HEX #E1BD84 Maize

📋 copy color: '#E1BD84'

red 225 ◦ green 189 ◦ blue 132

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

Shades of Maize #E1BD84

Tints of Maize #E1BD84

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.62%

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

R = 41.21%
G = 34.62%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1BD84 (or 0xE1BD84) is known color: Maize. HEX triplet: E1, BD and 84. RGB value is (225,189,132). Sum of RGB (Red+Green+Blue) = 225+189+132=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD84 is #1E427B. Grayscale: #C1C1C1. Windows color (decimal): -1983100 or 8699361. OLE color: 8699361.

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

Color convert

RGB 225 189 132 -
CMYK 0 0.16 0.41 0.12
HSL 36.77º 0.61% 0.7% -
HSV(B) 36.77º 0.41% 0.88% -
XYZ 53.41 54.07 29.45 -
YUV 193.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 225 189 132 0 0.16 0.41 0.12 36.77 0.61 0.7
Hex E1 BD 84 0 10 29 C 25 3D 46
Octal 341 275 204 0 20 51 14 45 75 106
Binary 11100001 10111101 10000100 0 10000 101001 1100 100101 111101 1000110

Color Harmonies of #E1BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD84

Black with #E1BD84

Text Example


Text Example

White with #E1BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD84; }

 p { color: rgb(225,189,132); }

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

background-color css

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

 a { background-color: rgb(225,189,132); }

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

border-color css

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

 span { border-color: rgb(225,189,132); }

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