Html Css Color HEX #EAAF66 Harvest Gold

📋 copy color: '#EAAF66'

red 234 ◦ green 175 ◦ blue 102

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

Shades of Harvest Gold #EAAF66

Tints of Harvest Gold #EAAF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.96%

R = 45.79%
G = 34.25%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAAF66 (or 0xEAAF66) is known color: Harvest Gold. HEX triplet: EA, AF and 66. RGB value is (234,175,102). Sum of RGB (Red+Green+Blue) = 234+175+102=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF66 is #155099. Grayscale: #B8B8B8. Windows color (decimal): -1396890 or 6729706. OLE color: 6729706.

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

Color convert

RGB 234 175 102 -
CMYK 0 0.25 0.56 0.08
HSL 33.18º 0.76% 0.66% -
HSV(B) 33.18º 0.56% 0.92% -
XYZ 51.66 49.11 19.33 -
YUV 184.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 234 175 102 0 0.25 0.56 0.08 33.18 0.76 0.66
Hex EA AF 66 0 19 38 8 21 4C 42
Octal 352 257 146 0 31 70 10 41 114 102
Binary 11101010 10101111 1100110 0 11001 111000 1000 100001 1001100 1000010

Color Harmonies of #EAAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF66

Black with #EAAF66

Text Example


Text Example

White with #EAAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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