Html Css Color HEX #EAAF6A Harvest Gold

📋 copy color: '#EAAF6A'

red 234 ◦ green 175 ◦ blue 106

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

Shades of Harvest Gold #EAAF6A

Tints of Harvest Gold #EAAF6A

RGB

 RED value IS 234 (91.8% from 255) = 45.44%

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

 BLUE value IS 106 (41.8% from 255) = 20.58%

R = 45.44%
G = 33.98%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAAF6A (or 0xEAAF6A) is known color: Harvest Gold. HEX triplet: EA, AF and 6A. RGB value is (234,175,106). Sum of RGB (Red+Green+Blue) = 234+175+106=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF6A is #155095. Grayscale: #B9B9B9. Windows color (decimal): -1396886 or 6991850. OLE color: 6991850.

HSL color Cylindrical-coordinate representation of color #EAAF6A: hue angle of 32.34º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAAF6A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 106 -
CMYK 0 0.25 0.55 0.08
HSL 32.34º 0.75% 0.67% -
HSV(B) 32.34º 0.55% 0.92% -
XYZ 51.86 49.19 20.4 -
YUV 184.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 234 175 106 0 0.25 0.55 0.08 32.34 0.75 0.67
Hex EA AF 6A 0 19 37 8 20 4B 43
Octal 352 257 152 0 31 67 10 40 113 103
Binary 11101010 10101111 1101010 0 11001 110111 1000 100000 1001011 1000011

Color Harmonies of #EAAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF6A

Black with #EAAF6A

Text Example


Text Example

White with #EAAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF6A; }

 p { color: rgb(234,175,106); }

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

background-color css

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

 a { background-color: rgb(234,175,106); }

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

border-color css

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

 span { border-color: rgb(234,175,106); }

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