Html Css Color HEX #E6AA6B Harvest Gold

📋 copy color: '#E6AA6B'

red 230 ◦ green 170 ◦ blue 107

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

Shades of Harvest Gold #E6AA6B

Tints of Harvest Gold #E6AA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 45.36%
G = 33.53%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6AA6B (or 0xE6AA6B) is known color: Harvest Gold. HEX triplet: E6, AA and 6B. RGB value is (230,170,107). Sum of RGB (Red+Green+Blue) = 230+170+107=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA6B is #195594. Grayscale: #B5B5B5. Windows color (decimal): -1660309 or 7056102. OLE color: 7056102.

HSL color Cylindrical-coordinate representation of color #E6AA6B: hue angle of 30.73º 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 #E6AA6B is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 107 -
CMYK 0 0.26 0.53 0.10
HSL 30.73º 0.71% 0.66% -
HSV(B) 30.73º 0.53% 0.9% -
XYZ 49.66 46.63 20.29 -
YUV 180.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 230 170 107 0 0.26 0.53 0.10 30.73 0.71 0.66
Hex E6 AA 6B 0 1A 35 A 1F 47 42
Octal 346 252 153 0 32 65 12 37 107 102
Binary 11100110 10101010 1101011 0 11010 110101 1010 11111 1000111 1000010

Color Harmonies of #E6AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA6B

Black with #E6AA6B

Text Example


Text Example

White with #E6AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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