Html Css Color HEX #E0BC7F Maize

📋 copy color: '#E0BC7F'

red 224 ◦ green 188 ◦ blue 127

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

Shades of Maize #E0BC7F

Tints of Maize #E0BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.88%

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

R = 41.56%
G = 34.88%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0BC7F (or 0xE0BC7F) is known color: Maize. HEX triplet: E0, BC and 7F. RGB value is (224,188,127). Sum of RGB (Red+Green+Blue) = 224+188+127=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC7F is #1F4380. Grayscale: #C0C0C0. Windows color (decimal): -2048897 or 8371424. OLE color: 8371424.

HSL color Cylindrical-coordinate representation of color #E0BC7F: hue angle of 37.73º 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 #E0BC7F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 127 -
CMYK 0 0.16 0.43 0.12
HSL 37.73º 0.61% 0.69% -
HSV(B) 37.73º 0.43% 0.88% -
XYZ 52.55 53.35 27.61 -
YUV 191.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 224 188 127 0 0.16 0.43 0.12 37.73 0.61 0.69
Hex E0 BC 7F 0 10 2B C 26 3D 45
Octal 340 274 177 0 20 53 14 46 75 105
Binary 11100000 10111100 1111111 0 10000 101011 1100 100110 111101 1000101

Color Harmonies of #E0BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC7F

Black with #E0BC7F

Text Example


Text Example

White with #E0BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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