Html Css Color HEX #E5AF69 Harvest Gold

📋 copy color: '#E5AF69'

red 229 ◦ green 175 ◦ blue 105

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

Shades of Harvest Gold #E5AF69

Tints of Harvest Gold #E5AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

 BLUE value IS 105 (41.41% from 255) = 20.63%

R = 44.99%
G = 34.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5AF69 (or 0xE5AF69) is known color: Harvest Gold. HEX triplet: E5, AF and 69. RGB value is (229,175,105). Sum of RGB (Red+Green+Blue) = 229+175+105=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF69 is #1A5096. Grayscale: #B7B7B7. Windows color (decimal): -1724567 or 6926309. OLE color: 6926309.

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

Color convert

RGB 229 175 105 -
CMYK 0 0.24 0.54 0.10
HSL 33.87º 0.7% 0.65% -
HSV(B) 33.87º 0.54% 0.9% -
XYZ 50.19 48.34 20.05 -
YUV 183.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 229 175 105 0 0.24 0.54 0.10 33.87 0.7 0.65
Hex E5 AF 69 0 18 36 A 22 46 41
Octal 345 257 151 0 30 66 12 42 106 101
Binary 11100101 10101111 1101001 0 11000 110110 1010 100010 1000110 1000001

Color Harmonies of #E5AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF69

Black with #E5AF69

Text Example


Text Example

White with #E5AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF69; }

 p { color: rgb(229,175,105); }

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

background-color css

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

 a { background-color: rgb(229,175,105); }

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

border-color css

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

 span { border-color: rgb(229,175,105); }

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