Html Css Color HEX #EAB066 Harvest Gold

📋 copy color: '#EAB066'

red 234 ◦ green 176 ◦ blue 102

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

Shades of Harvest Gold #EAB066

Tints of Harvest Gold #EAB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

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

R = 45.7%
G = 34.38%
B = 19.92%

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

#EAB066 (or 0xEAB066) is known color: Harvest Gold. HEX triplet: EA, B0 and 66. RGB value is (234,176,102). Sum of RGB (Red+Green+Blue) = 234+176+102=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB066 is #154F99. Grayscale: #B9B9B9. Windows color (decimal): -1396634 or 6729962. OLE color: 6729962.

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

Color convert

RGB 234 176 102 -
CMYK 0 0.25 0.56 0.08
HSL 33.64º 0.76% 0.66% -
HSV(B) 33.64º 0.56% 0.92% -
XYZ 51.86 49.5 19.39 -
YUV 184.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 234 176 102 0 0.25 0.56 0.08 33.64 0.76 0.66
Hex EA B0 66 0 19 38 8 22 4C 42
Octal 352 260 146 0 31 70 10 42 114 102
Binary 11101010 10110000 1100110 0 11001 111000 1000 100010 1001100 1000010

Color Harmonies of #EAB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB066

Black with #EAB066

Text Example


Text Example

White with #EAB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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