Html Css Color HEX #E7B475 Harvest Gold

📋 copy color: '#E7B475'

red 231 ◦ green 180 ◦ blue 117

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

Shades of Harvest Gold #E7B475

Tints of Harvest Gold #E7B475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.16%

R = 43.75%
G = 34.09%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7B475 (or 0xE7B475) is known color: Harvest Gold. HEX triplet: E7, B4 and 75. RGB value is (231,180,117). Sum of RGB (Red+Green+Blue) = 231+180+117=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B475 is #184B8A. Grayscale: #BCBCBC. Windows color (decimal): -1592203 or 7714023. OLE color: 7714023.

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

Color convert

RGB 231 180 117 -
CMYK 0 0.22 0.49 0.09
HSL 33.16º 0.7% 0.68% -
HSV(B) 33.16º 0.49% 0.91% -
XYZ 52.49 50.92 23.89 -
YUV 188.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 231 180 117 0 0.22 0.49 0.09 33.16 0.7 0.68
Hex E7 B4 75 0 16 31 9 21 46 44
Octal 347 264 165 0 26 61 11 41 106 104
Binary 11100111 10110100 1110101 0 10110 110001 1001 100001 1000110 1000100

Color Harmonies of #E7B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B475

Black with #E7B475

Text Example


Text Example

White with #E7B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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