Html Css Color HEX #E6AF6C Harvest Gold

📋 copy color: '#E6AF6C'

red 230 ◦ green 175 ◦ blue 108

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

Shades of Harvest Gold #E6AF6C

Tints of Harvest Gold #E6AF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 44.83%
G = 34.11%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6AF6C (or 0xE6AF6C) is known color: Harvest Gold. HEX triplet: E6, AF and 6C. RGB value is (230,175,108). Sum of RGB (Red+Green+Blue) = 230+175+108=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF6C is #195093. Grayscale: #B8B8B8. Windows color (decimal): -1659028 or 7122918. OLE color: 7122918.

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

Color convert

RGB 230 175 108 -
CMYK 0 0.24 0.53 0.10
HSL 32.95º 0.71% 0.66% -
HSV(B) 32.95º 0.53% 0.9% -
XYZ 50.67 48.57 20.89 -
YUV 183.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 230 175 108 0 0.24 0.53 0.10 32.95 0.71 0.66
Hex E6 AF 6C 0 18 35 A 21 47 42
Octal 346 257 154 0 30 65 12 41 107 102
Binary 11100110 10101111 1101100 0 11000 110101 1010 100001 1000111 1000010

Color Harmonies of #E6AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF6C

Black with #E6AF6C

Text Example


Text Example

White with #E6AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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