Html Css Color HEX #E7AF65 Harvest Gold

📋 copy color: '#E7AF65'

red 231 ◦ green 175 ◦ blue 101

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

Shades of Harvest Gold #E7AF65

Tints of Harvest Gold #E7AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.92%

R = 45.56%
G = 34.52%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E7AF65 (or 0xE7AF65) is known color: Harvest Gold. HEX triplet: E7, AF and 65. RGB value is (231,175,101). Sum of RGB (Red+Green+Blue) = 231+175+101=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF65 is #18509A. Grayscale: #B7B7B7. Windows color (decimal): -1593499 or 6664167. OLE color: 6664167.

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

Color convert

RGB 231 175 101 -
CMYK 0 0.24 0.56 0.09
HSL 34.15º 0.73% 0.65% -
HSV(B) 34.15º 0.56% 0.91% -
XYZ 50.63 48.59 19.02 -
YUV 183.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 231 175 101 0 0.24 0.56 0.09 34.15 0.73 0.65
Hex E7 AF 65 0 18 38 9 22 49 41
Octal 347 257 145 0 30 70 11 42 111 101
Binary 11100111 10101111 1100101 0 11000 111000 1001 100010 1001001 1000001

Color Harmonies of #E7AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF65

Black with #E7AF65

Text Example


Text Example

White with #E7AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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