Html Css Color HEX #EAAA6A Harvest Gold

📋 copy color: '#EAAA6A'

red 234 ◦ green 170 ◦ blue 106

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

Shades of Harvest Gold #EAAA6A

Tints of Harvest Gold #EAAA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.33%

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

R = 45.88%
G = 33.33%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAAA6A (or 0xEAAA6A) is known color: Harvest Gold. HEX triplet: EA, AA and 6A. RGB value is (234,170,106). Sum of RGB (Red+Green+Blue) = 234+170+106=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA6A is #155595. Grayscale: #B6B6B6. Windows color (decimal): -1398166 or 6990570. OLE color: 6990570.

HSL color Cylindrical-coordinate representation of color #EAAA6A: hue angle of 30º 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 #EAAA6A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 106 -
CMYK 0 0.27 0.55 0.08
HSL 30º 0.75% 0.67% -
HSV(B) 30º 0.55% 0.92% -
XYZ 50.91 47.28 20.08 -
YUV 181.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 234 170 106 0 0.27 0.55 0.08 30 0.75 0.67
Hex EA AA 6A 0 1B 37 8 1E 4B 43
Octal 352 252 152 0 33 67 10 36 113 103
Binary 11101010 10101010 1101010 0 11011 110111 1000 11110 1001011 1000011

Color Harmonies of #EAAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA6A

Black with #EAAA6A

Text Example


Text Example

White with #EAAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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