Html Css Color HEX #E7B472 Harvest Gold

📋 copy color: '#E7B472'

red 231 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #E7B472

Tints of Harvest Gold #E7B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 44%
G = 34.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7B472 (or 0xE7B472) is known color: Harvest Gold. HEX triplet: E7, B4 and 72. RGB value is (231,180,114). Sum of RGB (Red+Green+Blue) = 231+180+114=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B472 is #184B8D. Grayscale: #BCBCBC. Windows color (decimal): -1592206 or 7517415. OLE color: 7517415.

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

Color convert

RGB 231 180 114 -
CMYK 0 0.22 0.51 0.09
HSL 33.85º 0.71% 0.68% -
HSV(B) 33.85º 0.51% 0.91% -
XYZ 52.31 50.85 22.98 -
YUV 187.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 231 180 114 0 0.22 0.51 0.09 33.85 0.71 0.68
Hex E7 B4 72 0 16 33 9 22 47 44
Octal 347 264 162 0 26 63 11 42 107 104
Binary 11100111 10110100 1110010 0 10110 110011 1001 100010 1000111 1000100

Color Harmonies of #E7B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B472

Black with #E7B472

Text Example


Text Example

White with #E7B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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