Html Css Color HEX #E7B072 Harvest Gold

📋 copy color: '#E7B072'

red 231 ◦ green 176 ◦ blue 114

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

Shades of Harvest Gold #E7B072

Tints of Harvest Gold #E7B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

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

R = 44.34%
G = 33.78%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7B072 (or 0xE7B072) is known color: Harvest Gold. HEX triplet: E7, B0 and 72. RGB value is (231,176,114). Sum of RGB (Red+Green+Blue) = 231+176+114=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B072 is #184F8D. Grayscale: #B9B9B9. Windows color (decimal): -1593230 or 7516391. OLE color: 7516391.

HSL color Cylindrical-coordinate representation of color #E7B072: hue angle of 31.79º 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 #E7B072 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 176 114 -
CMYK 0 0.24 0.51 0.09
HSL 31.79º 0.71% 0.68% -
HSV(B) 31.79º 0.51% 0.91% -
XYZ 51.52 49.25 22.71 -
YUV 185.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 231 176 114 0 0.24 0.51 0.09 31.79 0.71 0.68
Hex E7 B0 72 0 18 33 9 20 47 44
Octal 347 260 162 0 30 63 11 40 107 104
Binary 11100111 10110000 1110010 0 11000 110011 1001 100000 1000111 1000100

Color Harmonies of #E7B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B072

Black with #E7B072

Text Example


Text Example

White with #E7B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B072; }

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

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

background-color css

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

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

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

border-color css

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

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

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