Html Css Color HEX #E4BC7D Maize

📋 copy color: '#E4BC7D'

red 228 ◦ green 188 ◦ blue 125

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

Shades of Maize #E4BC7D

Tints of Maize #E4BC7D

RGB

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

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

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

R = 42.14%
G = 34.75%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E4BC7D (or 0xE4BC7D) is known color: Maize. HEX triplet: E4, BC and 7D. RGB value is (228,188,125). Sum of RGB (Red+Green+Blue) = 228+188+125=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BC7D is #1B4382. Grayscale: #C1C1C1. Windows color (decimal): -1786755 or 8240356. OLE color: 8240356.

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

Color convert

RGB 228 188 125 -
CMYK 0 0.18 0.45 0.11
HSL 36.7º 0.66% 0.69% -
HSV(B) 36.7º 0.45% 0.89% -
XYZ 53.68 53.94 26.98 -
YUV 192.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 228 188 125 0 0.18 0.45 0.11 36.7 0.66 0.69
Hex E4 BC 7D 0 12 2D B 25 42 45
Octal 344 274 175 0 22 55 13 45 102 105
Binary 11100100 10111100 1111101 0 10010 101101 1011 100101 1000010 1000101

Color Harmonies of #E4BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BC7D

Black with #E4BC7D

Text Example


Text Example

White with #E4BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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