Html Css Color HEX #E7AF6B Harvest Gold

📋 copy color: '#E7AF6B'

red 231 ◦ green 175 ◦ blue 107

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

Shades of Harvest Gold #E7AF6B

Tints of Harvest Gold #E7AF6B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

 BLUE value IS 107 (42.19% from 255) = 20.86%

R = 45.03%
G = 34.11%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7AF6B (or 0xE7AF6B) is known color: Harvest Gold. HEX triplet: E7, AF and 6B. RGB value is (231,175,107). Sum of RGB (Red+Green+Blue) = 231+175+107=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF6B is #185094. Grayscale: #B8B8B8. Windows color (decimal): -1593493 or 7057383. OLE color: 7057383.

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

Color convert

RGB 231 175 107 -
CMYK 0 0.24 0.54 0.09
HSL 32.9º 0.72% 0.66% -
HSV(B) 32.9º 0.54% 0.91% -
XYZ 50.94 48.71 20.63 -
YUV 183.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 231 175 107 0 0.24 0.54 0.09 32.9 0.72 0.66
Hex E7 AF 6B 0 18 36 9 21 48 42
Octal 347 257 153 0 30 66 11 41 110 102
Binary 11100111 10101111 1101011 0 11000 110110 1001 100001 1001000 1000010

Color Harmonies of #E7AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF6B

Black with #E7AF6B

Text Example


Text Example

White with #E7AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF6B; }

 p { color: rgb(231,175,107); }

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

background-color css

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

 a { background-color: rgb(231,175,107); }

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

border-color css

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

 span { border-color: rgb(231,175,107); }

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