Html Css Color HEX #E6AF60 Harvest Gold

📋 copy color: '#E6AF60'

red 230 ◦ green 175 ◦ blue 96

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

Shades of Harvest Gold #E6AF60

Tints of Harvest Gold #E6AF60

RGB

 RED value IS 230 (90.23% from 255) = 45.91%

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

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 45.91%
G = 34.93%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6AF60 (or 0xE6AF60) is known color: Harvest Gold. HEX triplet: E6, AF and 60. RGB value is (230,175,96). Sum of RGB (Red+Green+Blue) = 230+175+96=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF60 is #19509F. Grayscale: #B6B6B6. Windows color (decimal): -1659040 or 6336486. OLE color: 6336486.

HSL color Cylindrical-coordinate representation of color #E6AF60: hue angle of 35.37º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6AF60 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 96 -
CMYK 0 0.24 0.58 0.10
HSL 35.37º 0.73% 0.64% -
HSV(B) 35.37º 0.58% 0.9% -
XYZ 50.07 48.33 17.76 -
YUV 182.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 230 175 96 0 0.24 0.58 0.10 35.37 0.73 0.64
Hex E6 AF 60 0 18 3A A 23 49 40
Octal 346 257 140 0 30 72 12 43 111 100
Binary 11100110 10101111 1100000 0 11000 111010 1010 100011 1001001 1000000

Color Harmonies of #E6AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF60

Black with #E6AF60

Text Example


Text Example

White with #E6AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF60; }

 p { color: rgb(230,175,96); }

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

background-color css

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

 a { background-color: rgb(230,175,96); }

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

border-color css

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

 span { border-color: rgb(230,175,96); }

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