Html Css Color HEX #E6AF62 Harvest Gold

📋 copy color: '#E6AF62'

red 230 ◦ green 175 ◦ blue 98

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

Shades of Harvest Gold #E6AF62

Tints of Harvest Gold #E6AF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.48%

R = 45.73%
G = 34.79%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6AF62 (or 0xE6AF62) is known color: Harvest Gold. HEX triplet: E6, AF and 62. RGB value is (230,175,98). Sum of RGB (Red+Green+Blue) = 230+175+98=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF62 is #19509D. Grayscale: #B7B7B7. Windows color (decimal): -1659038 or 6467558. OLE color: 6467558.

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

Color convert

RGB 230 175 98 -
CMYK 0 0.24 0.57 0.10
HSL 35º 0.73% 0.64% -
HSV(B) 35º 0.57% 0.9% -
XYZ 50.17 48.36 18.25 -
YUV 182.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 230 175 98 0 0.24 0.57 0.10 35 0.73 0.64
Hex E6 AF 62 0 18 39 A 23 49 40
Octal 346 257 142 0 30 71 12 43 111 100
Binary 11100110 10101111 1100010 0 11000 111001 1010 100011 1001001 1000000

Color Harmonies of #E6AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF62

Black with #E6AF62

Text Example


Text Example

White with #E6AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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