Html Css Color HEX #E5A96C Harvest Gold

📋 copy color: '#E5A96C'

red 229 ◦ green 169 ◦ blue 108

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

Shades of Harvest Gold #E5A96C

Tints of Harvest Gold #E5A96C

RGB

 RED value IS 229 (89.84% from 255) = 45.26%

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

 BLUE value IS 108 (42.58% from 255) = 21.34%

R = 45.26%
G = 33.4%
B = 21.34%

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

#E5A96C (or 0xE5A96C) is known color: Harvest Gold. HEX triplet: E5, A9 and 6C. RGB value is (229,169,108). Sum of RGB (Red+Green+Blue) = 229+169+108=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A96C is #1A5693. Grayscale: #B4B4B4. Windows color (decimal): -1726100 or 7121381. OLE color: 7121381.

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

Color convert

RGB 229 169 108 -
CMYK 0 0.26 0.53 0.10
HSL 30.25º 0.7% 0.66% -
HSV(B) 30.25º 0.53% 0.9% -
XYZ 49.21 46.12 20.5 -
YUV 179.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 229 169 108 0 0.26 0.53 0.10 30.25 0.7 0.66
Hex E5 A9 6C 0 1A 35 A 1E 46 42
Octal 345 251 154 0 32 65 12 36 106 102
Binary 11100101 10101001 1101100 0 11010 110101 1010 11110 1000110 1000010

Color Harmonies of #E5A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A96C

Black with #E5A96C

Text Example


Text Example

White with #E5A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A96C; }

 p { color: rgb(229,169,108); }

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

background-color css

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

 a { background-color: rgb(229,169,108); }

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

border-color css

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

 span { border-color: rgb(229,169,108); }

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