Html Css Color HEX #E7B474 Harvest Gold

📋 copy color: '#E7B474'

red 231 ◦ green 180 ◦ blue 116

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

Shades of Harvest Gold #E7B474

Tints of Harvest Gold #E7B474

RGB

 RED value IS 231 (90.63% from 255) = 43.83%

 GREEN value IS 180 (70.7% from 255) = 34.16%

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

R = 43.83%
G = 34.16%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7B474 (or 0xE7B474) is known color: Harvest Gold. HEX triplet: E7, B4 and 74. RGB value is (231,180,116). Sum of RGB (Red+Green+Blue) = 231+180+116=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B474 is #184B8B. Grayscale: #BCBCBC. Windows color (decimal): -1592204 or 7648487. OLE color: 7648487.

HSL color Cylindrical-coordinate representation of color #E7B474: hue angle of 33.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7B474 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 180 116 -
CMYK 0 0.22 0.50 0.09
HSL 33.39º 0.71% 0.68% -
HSV(B) 33.39º 0.5% 0.91% -
XYZ 52.43 50.89 23.58 -
YUV 187.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 231 180 116 0 0.22 0.50 0.09 33.39 0.71 0.68
Hex E7 B4 74 0 16 32 9 21 47 44
Octal 347 264 164 0 26 62 11 41 107 104
Binary 11100111 10110100 1110100 0 10110 110010 1001 100001 1000111 1000100

Color Harmonies of #E7B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B474

Black with #E7B474

Text Example


Text Example

White with #E7B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B474; }

 p { color: rgb(231,180,116); }

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

background-color css

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

 a { background-color: rgb(231,180,116); }

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

border-color css

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

 span { border-color: rgb(231,180,116); }

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