Html Css Color HEX #E1B978 Maize

📋 copy color: '#E1B978'

red 225 ◦ green 185 ◦ blue 120

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

Shades of Maize #E1B978

Tints of Maize #E1B978

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 42.45%
G = 34.91%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1B978 (or 0xE1B978) is known color: Maize. HEX triplet: E1, B9 and 78. RGB value is (225,185,120). Sum of RGB (Red+Green+Blue) = 225+185+120=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B978 is #1E4687. Grayscale: #BDBDBD. Windows color (decimal): -1984136 or 7911905. OLE color: 7911905.

HSL color Cylindrical-coordinate representation of color #E1B978: hue angle of 37.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1B978 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 185 120 -
CMYK 0 0.18 0.47 0.12
HSL 37.14º 0.64% 0.68% -
HSV(B) 37.14º 0.47% 0.88% -
XYZ 51.79 52.06 25.09 -
YUV 189.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 225 185 120 0 0.18 0.47 0.12 37.14 0.64 0.68
Hex E1 B9 78 0 12 2F C 25 40 44
Octal 341 271 170 0 22 57 14 45 100 104
Binary 11100001 10111001 1111000 0 10010 101111 1100 100101 1000000 1000100

Color Harmonies of #E1B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B978

Black with #E1B978

Text Example


Text Example

White with #E1B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B978; }

 p { color: rgb(225,185,120); }

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

background-color css

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

 a { background-color: rgb(225,185,120); }

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

border-color css

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

 span { border-color: rgb(225,185,120); }

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