Html Css Color HEX #E7B972 Harvest Gold

📋 copy color: '#E7B972'

red 231 ◦ green 185 ◦ blue 114

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

Shades of Harvest Gold #E7B972

Tints of Harvest Gold #E7B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

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

R = 43.58%
G = 34.91%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7B972 (or 0xE7B972) is known color: Harvest Gold. HEX triplet: E7, B9 and 72. RGB value is (231,185,114). Sum of RGB (Red+Green+Blue) = 231+185+114=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B972 is #18468D. Grayscale: #BEBEBE. Windows color (decimal): -1590926 or 7518695. OLE color: 7518695.

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

Color convert

RGB 231 185 114 -
CMYK 0 0.20 0.51 0.09
HSL 36.41º 0.71% 0.68% -
HSV(B) 36.41º 0.51% 0.91% -
XYZ 53.34 52.9 23.32 -
YUV 190.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 231 185 114 0 0.20 0.51 0.09 36.41 0.71 0.68
Hex E7 B9 72 0 14 33 9 24 47 44
Octal 347 271 162 0 24 63 11 44 107 104
Binary 11100111 10111001 1110010 0 10100 110011 1001 100100 1000111 1000100

Color Harmonies of #E7B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B972

Black with #E7B972

Text Example


Text Example

White with #E7B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B972; }

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

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

background-color css

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

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

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

border-color css

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

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

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