Html Css Color HEX #E6AF69 Harvest Gold

📋 copy color: '#E6AF69'

red 230 ◦ green 175 ◦ blue 105

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

Shades of Harvest Gold #E6AF69

Tints of Harvest Gold #E6AF69

RGB

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

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

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

R = 45.1%
G = 34.31%
B = 20.59%

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

#E6AF69 (or 0xE6AF69) is known color: Harvest Gold. HEX triplet: E6, AF and 69. RGB value is (230,175,105). Sum of RGB (Red+Green+Blue) = 230+175+105=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF69 is #195096. Grayscale: #B7B7B7. Windows color (decimal): -1659031 or 6926310. OLE color: 6926310.

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

Color convert

RGB 230 175 105 -
CMYK 0 0.24 0.54 0.10
HSL 33.6º 0.71% 0.66% -
HSV(B) 33.6º 0.54% 0.9% -
XYZ 50.51 48.5 20.06 -
YUV 183.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 230 175 105 0 0.24 0.54 0.10 33.6 0.71 0.66
Hex E6 AF 69 0 18 36 A 22 47 42
Octal 346 257 151 0 30 66 12 42 107 102
Binary 11100110 10101111 1101001 0 11000 110110 1010 100010 1000111 1000010

Color Harmonies of #E6AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF69

Black with #E6AF69

Text Example


Text Example

White with #E6AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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