Html Css Color HEX #E6A96F Harvest Gold

📋 copy color: '#E6A96F'

red 230 ◦ green 169 ◦ blue 111

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

Shades of Harvest Gold #E6A96F

Tints of Harvest Gold #E6A96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.76%

R = 45.1%
G = 33.14%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6A96F (or 0xE6A96F) is known color: Harvest Gold. HEX triplet: E6, A9 and 6F. RGB value is (230,169,111). Sum of RGB (Red+Green+Blue) = 230+169+111=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A96F is #195690. Grayscale: #B4B4B4. Windows color (decimal): -1660561 or 7317990. OLE color: 7317990.

HSL color Cylindrical-coordinate representation of color #E6A96F: hue angle of 29.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6A96F is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 169 111 -
CMYK 0 0.27 0.52 0.10
HSL 29.24º 0.7% 0.67% -
HSV(B) 29.24º 0.52% 0.9% -
XYZ 49.69 46.35 21.37 -
YUV 180.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 230 169 111 0 0.27 0.52 0.10 29.24 0.7 0.67
Hex E6 A9 6F 0 1B 34 A 1D 46 43
Octal 346 251 157 0 33 64 12 35 106 103
Binary 11100110 10101001 1101111 0 11011 110100 1010 11101 1000110 1000011

Color Harmonies of #E6A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A96F

Black with #E6A96F

Text Example


Text Example

White with #E6A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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