Html Css Color HEX #E6A96D Harvest Gold

📋 copy color: '#E6A96D'

red 230 ◦ green 169 ◦ blue 109

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

Shades of Harvest Gold #E6A96D

Tints of Harvest Gold #E6A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.27%

 BLUE value IS 109 (42.97% from 255) = 21.46%

R = 45.28%
G = 33.27%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6A96D (or 0xE6A96D) is known color: Harvest Gold. HEX triplet: E6, A9 and 6D. RGB value is (230,169,109). Sum of RGB (Red+Green+Blue) = 230+169+109=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A96D is #195692. Grayscale: #B4B4B4. Windows color (decimal): -1660563 or 7186918. OLE color: 7186918.

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

Color convert

RGB 230 169 109 -
CMYK 0 0.27 0.53 0.10
HSL 29.75º 0.71% 0.66% -
HSV(B) 29.75º 0.53% 0.9% -
XYZ 49.58 46.3 20.79 -
YUV 180.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 230 169 109 0 0.27 0.53 0.10 29.75 0.71 0.66
Hex E6 A9 6D 0 1B 35 A 1E 47 42
Octal 346 251 155 0 33 65 12 36 107 102
Binary 11100110 10101001 1101101 0 11011 110101 1010 11110 1000111 1000010

Color Harmonies of #E6A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A96D

Black with #E6A96D

Text Example


Text Example

White with #E6A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A96D; }

 p { color: rgb(230,169,109); }

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

background-color css

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

 a { background-color: rgb(230,169,109); }

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

border-color css

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

 span { border-color: rgb(230,169,109); }

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