Html Css Color HEX #E6AA65 Harvest Gold

📋 copy color: '#E6AA65'

red 230 ◦ green 170 ◦ blue 101

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

Shades of Harvest Gold #E6AA65

Tints of Harvest Gold #E6AA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

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

R = 45.91%
G = 33.93%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E6AA65 (or 0xE6AA65) is known color: Harvest Gold. HEX triplet: E6, AA and 65. RGB value is (230,170,101). Sum of RGB (Red+Green+Blue) = 230+170+101=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA65 is #19559A. Grayscale: #B4B4B4. Windows color (decimal): -1660315 or 6662886. OLE color: 6662886.

HSL color Cylindrical-coordinate representation of color #E6AA65: hue angle of 32.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6AA65 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 101 -
CMYK 0 0.26 0.56 0.10
HSL 32.09º 0.72% 0.65% -
HSV(B) 32.09º 0.56% 0.9% -
XYZ 49.36 46.51 18.69 -
YUV 180.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 230 170 101 0 0.26 0.56 0.10 32.09 0.72 0.65
Hex E6 AA 65 0 1A 38 A 20 48 41
Octal 346 252 145 0 32 70 12 40 110 101
Binary 11100110 10101010 1100101 0 11010 111000 1010 100000 1001000 1000001

Color Harmonies of #E6AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA65

Black with #E6AA65

Text Example


Text Example

White with #E6AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA65; }

 p { color: rgb(230,170,101); }

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

background-color css

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

 a { background-color: rgb(230,170,101); }

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

border-color css

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

 span { border-color: rgb(230,170,101); }

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