Html Css Color HEX #E0B677 Maize

📋 copy color: '#E0B677'

red 224 ◦ green 182 ◦ blue 119

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

Shades of Maize #E0B677

Tints of Maize #E0B677

RGB

 RED value IS 224 (87.89% from 255) = 42.67%

 GREEN value IS 182 (71.48% from 255) = 34.67%

 BLUE value IS 119 (46.88% from 255) = 22.67%

R = 42.67%
G = 34.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E0B677 (or 0xE0B677) is known color: Maize. HEX triplet: E0, B6 and 77. RGB value is (224,182,119). Sum of RGB (Red+Green+Blue) = 224+182+119=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B677 is #1F4988. Grayscale: #BBBBBB. Windows color (decimal): -2050441 or 7845600. OLE color: 7845600.

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

Color convert

RGB 224 182 119 -
CMYK 0 0.19 0.47 0.12
HSL 36º 0.63% 0.67% -
HSV(B) 36º 0.47% 0.88% -
XYZ 50.8 50.64 24.55 -
YUV 187.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 224 182 119 0 0.19 0.47 0.12 36 0.63 0.67
Hex E0 B6 77 0 13 2F C 24 3F 43
Octal 340 266 167 0 23 57 14 44 77 103
Binary 11100000 10110110 1110111 0 10011 101111 1100 100100 111111 1000011

Color Harmonies of #E0B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B677

Black with #E0B677

Text Example


Text Example

White with #E0B677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B677; }

 p { color: rgb(224,182,119); }

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

background-color css

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

 a { background-color: rgb(224,182,119); }

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

border-color css

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

 span { border-color: rgb(224,182,119); }

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