Html Css Color HEX #E0B77D Maize

📋 copy color: '#E0B77D'

red 224 ◦ green 183 ◦ blue 125

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

Shades of Maize #E0B77D

Tints of Maize #E0B77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 42.11%
G = 34.4%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0B77D (or 0xE0B77D) is known color: Maize. HEX triplet: E0, B7 and 7D. RGB value is (224,183,125). Sum of RGB (Red+Green+Blue) = 224+183+125=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B77D is #1F4882. Grayscale: #BCBCBC. Windows color (decimal): -2050179 or 8239072. OLE color: 8239072.

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

Color convert

RGB 224 183 125 -
CMYK 0 0.18 0.44 0.12
HSL 35.15º 0.61% 0.68% -
HSV(B) 35.15º 0.44% 0.88% -
XYZ 51.38 51.19 26.58 -
YUV 188.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 224 183 125 0 0.18 0.44 0.12 35.15 0.61 0.68
Hex E0 B7 7D 0 12 2C C 23 3D 44
Octal 340 267 175 0 22 54 14 43 75 104
Binary 11100000 10110111 1111101 0 10010 101100 1100 100011 111101 1000100

Color Harmonies of #E0B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B77D

Black with #E0B77D

Text Example


Text Example

White with #E0B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B77D; }

 p { color: rgb(224,183,125); }

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

background-color css

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

 a { background-color: rgb(224,183,125); }

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

border-color css

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

 span { border-color: rgb(224,183,125); }

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