Html Css Color HEX #E4BC7F Maize

📋 copy color: '#E4BC7F'

red 228 ◦ green 188 ◦ blue 127

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

Shades of Maize #E4BC7F

Tints of Maize #E4BC7F

RGB

 RED value IS 228 (89.45% from 255) = 41.99%

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

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

R = 41.99%
G = 34.62%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E4BC7F (or 0xE4BC7F) is known color: Maize. HEX triplet: E4, BC and 7F. RGB value is (228,188,127). Sum of RGB (Red+Green+Blue) = 228+188+127=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BC7F is #1B4380. Grayscale: #C1C1C1. Windows color (decimal): -1786753 or 8371428. OLE color: 8371428.

HSL color Cylindrical-coordinate representation of color #E4BC7F: hue angle of 36.24º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4BC7F is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 188 127 -
CMYK 0 0.18 0.44 0.11
HSL 36.24º 0.65% 0.7% -
HSV(B) 36.24º 0.44% 0.89% -
XYZ 53.81 53.99 27.66 -
YUV 193.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 228 188 127 0 0.18 0.44 0.11 36.24 0.65 0.7
Hex E4 BC 7F 0 12 2C B 24 41 46
Octal 344 274 177 0 22 54 13 44 101 106
Binary 11100100 10111100 1111111 0 10010 101100 1011 100100 1000001 1000110

Color Harmonies of #E4BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BC7F

Black with #E4BC7F

Text Example


Text Example

White with #E4BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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