Html Css Color HEX #E4B374 Harvest Gold

📋 copy color: '#E4B374'

red 228 ◦ green 179 ◦ blue 116

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

Shades of Harvest Gold #E4B374

Tints of Harvest Gold #E4B374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.23%

 BLUE value IS 116 (45.7% from 255) = 22.18%

R = 43.59%
G = 34.23%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E4B374 (or 0xE4B374) is known color: Harvest Gold. HEX triplet: E4, B3 and 74. RGB value is (228,179,116). Sum of RGB (Red+Green+Blue) = 228+179+116=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B374 is #1B4C8B. Grayscale: #BABABA. Windows color (decimal): -1789068 or 7648228. OLE color: 7648228.

HSL color Cylindrical-coordinate representation of color #E4B374: hue angle of 33.75º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E4B374 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 179 116 -
CMYK 0 0.21 0.49 0.11
HSL 33.75º 0.67% 0.67% -
HSV(B) 33.75º 0.49% 0.89% -
XYZ 51.27 50 23.47 -
YUV 186.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 228 179 116 0 0.21 0.49 0.11 33.75 0.67 0.67
Hex E4 B3 74 0 15 31 B 22 43 43
Octal 344 263 164 0 25 61 13 42 103 103
Binary 11100100 10110011 1110100 0 10101 110001 1011 100010 1000011 1000011

Color Harmonies of #E4B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B374

Black with #E4B374

Text Example


Text Example

White with #E4B374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B374; }

 p { color: rgb(228,179,116); }

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

background-color css

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

 a { background-color: rgb(228,179,116); }

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

border-color css

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

 span { border-color: rgb(228,179,116); }

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