Html Css Color HEX #E6AA6A Harvest Gold

📋 copy color: '#E6AA6A'

red 230 ◦ green 170 ◦ blue 106

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

Shades of Harvest Gold #E6AA6A

Tints of Harvest Gold #E6AA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 45.45%
G = 33.6%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6AA6A (or 0xE6AA6A) is known color: Harvest Gold. HEX triplet: E6, AA and 6A. RGB value is (230,170,106). Sum of RGB (Red+Green+Blue) = 230+170+106=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA6A is #195595. Grayscale: #B4B4B4. Windows color (decimal): -1660310 or 6990566. OLE color: 6990566.

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

Color convert

RGB 230 170 106 -
CMYK 0 0.26 0.54 0.10
HSL 30.97º 0.71% 0.66% -
HSV(B) 30.97º 0.54% 0.9% -
XYZ 49.61 46.61 20.02 -
YUV 180.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 230 170 106 0 0.26 0.54 0.10 30.97 0.71 0.66
Hex E6 AA 6A 0 1A 36 A 1F 47 42
Octal 346 252 152 0 32 66 12 37 107 102
Binary 11100110 10101010 1101010 0 11010 110110 1010 11111 1000111 1000010

Color Harmonies of #E6AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA6A

Black with #E6AA6A

Text Example


Text Example

White with #E6AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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