Html Css Color HEX #E0B77F Maize

📋 copy color: '#E0B77F'

red 224 ◦ green 183 ◦ blue 127

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

Shades of Maize #E0B77F

Tints of Maize #E0B77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.78%

R = 41.95%
G = 34.27%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0B77F (or 0xE0B77F) is known color: Maize. HEX triplet: E0, B7 and 7F. RGB value is (224,183,127). Sum of RGB (Red+Green+Blue) = 224+183+127=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B77F is #1F4880. Grayscale: #BDBDBD. Windows color (decimal): -2050177 or 8370144. OLE color: 8370144.

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

Color convert

RGB 224 183 127 -
CMYK 0 0.18 0.43 0.12
HSL 34.64º 0.61% 0.69% -
HSV(B) 34.64º 0.43% 0.88% -
XYZ 51.5 51.25 27.26 -
YUV 188.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 224 183 127 0 0.18 0.43 0.12 34.64 0.61 0.69
Hex E0 B7 7F 0 12 2B C 23 3D 45
Octal 340 267 177 0 22 53 14 43 75 105
Binary 11100000 10110111 1111111 0 10010 101011 1100 100011 111101 1000101

Color Harmonies of #E0B77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B77F

Black with #E0B77F

Text Example


Text Example

White with #E0B77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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