Html Css Color HEX #E1B782 Maize

📋 copy color: '#E1B782'

red 225 ◦ green 183 ◦ blue 130

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

Shades of Maize #E1B782

Tints of Maize #E1B782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

 BLUE value IS 130 (51.17% from 255) = 24.16%

R = 41.82%
G = 34.01%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E1B782 (or 0xE1B782) is known color: Maize. HEX triplet: E1, B7 and 82. RGB value is (225,183,130). Sum of RGB (Red+Green+Blue) = 225+183+130=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B782 is #1E487D. Grayscale: #BDBDBD. Windows color (decimal): -1984638 or 8566753. OLE color: 8566753.

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

Color convert

RGB 225 183 130 -
CMYK 0 0.19 0.42 0.12
HSL 33.47º 0.61% 0.7% -
HSV(B) 33.47º 0.42% 0.88% -
XYZ 52.01 51.49 28.32 -
YUV 189.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 225 183 130 0 0.19 0.42 0.12 33.47 0.61 0.7
Hex E1 B7 82 0 13 2A C 21 3D 46
Octal 341 267 202 0 23 52 14 41 75 106
Binary 11100001 10110111 10000010 0 10011 101010 1100 100001 111101 1000110

Color Harmonies of #E1B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B782

Black with #E1B782

Text Example


Text Example

White with #E1B782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B782; }

 p { color: rgb(225,183,130); }

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

background-color css

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

 a { background-color: rgb(225,183,130); }

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

border-color css

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

 span { border-color: rgb(225,183,130); }

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