Html Css Color HEX #E7B070 Harvest Gold

📋 copy color: '#E7B070'

red 231 ◦ green 176 ◦ blue 112

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

Shades of Harvest Gold #E7B070

Tints of Harvest Gold #E7B070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 44.51%
G = 33.91%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7B070 (or 0xE7B070) is known color: Harvest Gold. HEX triplet: E7, B0 and 70. RGB value is (231,176,112). Sum of RGB (Red+Green+Blue) = 231+176+112=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B070 is #184F8F. Grayscale: #B9B9B9. Windows color (decimal): -1593232 or 7385319. OLE color: 7385319.

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

Color convert

RGB 231 176 112 -
CMYK 0 0.24 0.52 0.09
HSL 32.27º 0.71% 0.67% -
HSV(B) 32.27º 0.52% 0.91% -
XYZ 51.4 49.21 22.12 -
YUV 185.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 231 176 112 0 0.24 0.52 0.09 32.27 0.71 0.67
Hex E7 B0 70 0 18 34 9 20 47 43
Octal 347 260 160 0 30 64 11 40 107 103
Binary 11100111 10110000 1110000 0 11000 110100 1001 100000 1000111 1000011

Color Harmonies of #E7B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B070

Black with #E7B070

Text Example


Text Example

White with #E7B070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B070; }

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

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

background-color css

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

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

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

border-color css

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

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

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